tasks/js
raimund-schluessler 064488d7b8 Merge pull request #256 from owncloud/add-phpdoc
Add phpdocumentor task to grunt
2015-09-06 16:44:30 +02:00
..
app Fix search 2015-09-06 11:47:19 +02:00
public Fix search 2015-09-06 11:47:19 +02:00
vendor Implement subtasks 2015-08-29 21:52:02 +02:00
calendar-missing.js Add visual feedback about missing dependency 2015-09-05 13:42:36 +02:00
Gruntfile.coffee add phpdocumentor task to grunt 2015-09-06 11:17:48 +02:00
package.json add phpdocumentor task to grunt 2015-09-06 11:17:48 +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