Skip to content
Snippets Groups Projects
Commit cf3f9dcd authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

issue #700 - don't scatter generated files about the tree - create a relative...

issue #700 - don't scatter generated files about the tree - create a relative symlink for include.js so we can perform a build somewhere, and then move it about the filesystem
parent b2eea0e4
No related branches found
No related tags found
No related merge requests found
......@@ -94,4 +94,4 @@ $UGLIFYCSS $BUILD_PATH/dialog.uncompressed.css > dialog.css
# set up new simlink for include.js. How can this part be better?
cd ..
rm include.js
ln -s $PRODUCTION_PATH/include.js
ln -s production/include.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment