You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a boilerplate setup using bower and gulp to generate a single html page that includes angular, bootstrap (css), fontawesome, jquery and custom/compressed css, js, fonts and images.
Setup:
1. run "npm install" (from the root directory with package.json file)
2. run "bower install"
Compile:
run "gulp --production" to compile a finalized, mimimized version of your files in the "dist" folder
About
This is a boilerplate setup using bower and gulp to generate a single html page that includes angular, bootstrap (css), fontawesome, jquery and custom/compressed css, js, fonts and images.