tasks/js
Marin Treselj 9b48e6c33b
Optimized and standardized SVG icons
Removed checkbox and divider SVG icons.
Fixed some positioning issues.
Cleanup of some CSS declarations.

Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
2017-09-09 18:07:05 +02:00
..
app Optimized and standardized SVG icons 2017-09-09 18:07:05 +02:00
public Optimized and standardized SVG icons 2017-09-09 18:07:05 +02:00
vendor Use davclient.js shipped with server 2017-07-23 17:04:56 +02: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 Use davclient.js shipped with server 2017-07-23 17:04:56 +02:00
Gruntfile.js Optimized and standardized SVG icons 2017-09-09 18:07:05 +02:00
package.json Use svg-sprite to compile sprites 2017-09-09 18:06: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