Closed atd-schubert closed 9 years ago
Use grunt with the following tasks for the client part:
bower
manifest
jade
clean
requirejs
connect
Use grunt with the following tasks for the client part:
bower
: Fetch resources with bower and layout by type.manifest
: Create manifestfile dynamically, one for dist and one for debug versionjade
: create the html files generated with jade and add on debug livereloadclean
: remove vendor files and files from distribution to restore a clean versionrequirejs
: Make a grunt task for distributing javascript filesconnect
: create simple server to try out the client version without a server