Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 031d7e7

Browse files
committed
added livereload option to the sass watch
added livereload so if someone uses this livereload will also work
1 parent 2e8183a commit 031d7e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ module.exports = function(grunt) {
6363
},
6464
watch: {
6565
// scss: { //scss can be watched if you like
66+
// options: {
67+
// livereload: true
68+
// },
6669
// files: ['source/css/**/*.scss', 'public/styleguide/css/*.scss'],
6770
// tasks: ['default']
6871
// },

0 commit comments

Comments
 (0)