Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sidharthshah
Created February 23, 2013 08:45
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidharthshah/5018994 to your computer and use it in GitHub Desktop.
Save sidharthshah/5018994 to your computer and use it in GitHub Desktop.
cd ../../frontend/
rm -rf dist
yeoman build
cd ../src/ratingui
rm -rf static/styles
rm -rf static/scripts
rm -rf templates/layout/rating.jinja
cp -vr ../../frontend/dist/styles static
cp -vr ../../frontend/dist/scripts static
cp ../../frontend/dist/index.html templates/layout/rating.jinja
cp ../../frontend/dist/dashboard.html templates/layout/dashboard.jinja
cp ../../frontend/dist/dashboard_details.html templates/layout/dashboard_details.jinja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment