tasks/js
2017-03-01 23:54:25 +01:00
..
app Change proid and uri of new tasks to Nextcloud 2017-01-15 21:12:26 +01:00
public Increment version number to 0.9.5 2017-03-01 23:54:25 +01:00
vendor Update bower files 2017-01-16 00:14:15 +01:00
.bowerrc Use bower, update dependencies 2016-02-13 15:04:41 +01:00
.jshintrc Remove coffeescript 2016-02-28 20:18:40 +01:00
bower.json Increment version number to 0.9.5 2017-03-01 23:54:25 +01:00
Gruntfile.js Use makefile from calendar app, adjust npm and update gruntfile 2017-01-15 23:26:04 +01:00
package.json Increment version number to 0.9.5 2017-03-01 23:54:25 +01: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