tasks/js
2015-07-02 10:10:11 +02:00
..
app use response trait in taskscontroller 2015-07-02 10:10:11 +02:00
public use response trait in taskscontroller 2015-07-02 10:10:11 +02:00
vendor First working implementation of category support 2015-05-24 12:09:05 +02:00
Gruntfile.coffee added grunt-newer to watch changed files 2015-06-17 10:28:24 +02:00
package.json added grunt-newer to watch changed files 2015-06-17 10:28:24 +02:00
README.md Update README.md 2015-06-17 22:47:25 +02:00

JS & CSS development

You need grunt installed to compile the coffeescript and less files. To compile all files run grunt dev.

JS

To compile the coffeescript run: grunt js

CSS

To compile the less files run: grunt css

Watch Tasks

Instead of executing the command everytime you change a file, grunt can watch for changes. Use the following commands instead:

grunt watch:dev
grunt watch:js
grunt watch:css