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
apt-get install npm
# Install gulp & Python dependencies globally. MUST BE RUN AS ROOT!
sudo ./setup.sh --global
# Install node dependencies and bower dependencies from scratch.
./setup.sh
gulp start
gulp build # Build project with uglification.
gulp bump --type=patch|minor|major # Bump application version.
gulp start # Builds the app and then runs the server and watches for changes in parallel.
gulp test# Run all tests.
gulp test-karma [--watch] # Run karma tests. '--watch' keeps running tests after each file change.
gulp test-protractor [--test-protractor-path=PROTRACTOR_TEST_PATH] # Run protractor tests.
gulp watch [--debug] # Builds the project and watches for changes but disables uglification. Debug options enables source-map.
Tricks.
Load environment before running commands like './manage.py'.