Skip to content

Commit a09319d

Browse files
author
rezra3
committed
fixed build
1 parent f16dedc commit a09319d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.pl

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
es("cd deployment/http-root/ajs ; npm install");
1717
es("rm -rf deployment/http-root/ajs/app/bower_components");
1818
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-
}
2319
es("cd deployment/http-root/ajs ; grunt");
2420
es("mkdir -p dist/http-root/ajs");
2521
es("rsync -ur deployment/http-root/ajs/dist dist/http-root/ajs/");

0 commit comments

Comments
 (0)