We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16dedc commit a09319dCopy full SHA for a09319d
package.pl
@@ -16,10 +16,6 @@
16
es("cd deployment/http-root/ajs ; npm install");
17
es("rm -rf deployment/http-root/ajs/app/bower_components");
18
es("cd deployment/http-root/ajs ; bower install");
19
-if (defined($ENV{INTEL_INSIDE}))
20
-{
21
- es("cd deployment/http-root/ajs; /bin/cp /nfs/iil/gen/itec/sws3/dist/workspace/misc/web/css-url-rewriter.js node_modules/grunt-cdnify/node_modules/css-url-rewriter/lib/css-url-rewriter.js");
22
-}
23
es("cd deployment/http-root/ajs ; grunt");
24
es("mkdir -p dist/http-root/ajs");
25
es("rsync -ur deployment/http-root/ajs/dist dist/http-root/ajs/");
0 commit comments