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
Will LaBranche edited this page Jul 22, 2014
·
5 revisions
If you have not ran npm install, do so now. It is needed to run gulp.
While editing and testing this project, have gulp running.
It watches for changes to specific files in www/js/ and audiolib/lib/ and compiles them to be easily and quickly loaded by the client.
It also restarts the server running at localhost:8080 with the updated data.
Note: app.js and dependencies.js will be rewritten each time one of their composing files is altered. Knowing this may help prevent some headaches down the line.