Skip to content

Repository files navigation

pinkpink

Build Status Dependency Status devDependency Status Web service for node.js

Official website Official trello

Express

Launch your express server in development mode.

grunt serve

Launch your express server in debug-brk mode with a node-inspector tab.

grunt serve:debug

Launch your express server in production mode, uses the minified/optimized production folder.

grunt serve:dist

Livereload

grunt serve will watch client files in app/, and server files inside lib/, restarting the Express server when a change is detected.

Deployment

To generate a dist folder that can easily be deployed use:

grunt

This will run unit tests, jshint, concatenate and minify scripts/css, compress images, add css vendor prefixes, and finally copy all files to a tidy dist folder.

Alternatively to skip tests and jshint, use:

grunt build

Test

grunt test

Releases

Packages

Contributors

Languages