Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
fixed: develop watch task for css building
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed May 20, 2020
1 parent 614bb46 commit 61cc4bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 6
"ecmaVersion": 8
},
"settings": {
"jsdoc": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"jsdoc/require-returns-type": 1,
"jsdoc/valid-types": 1
}
}
}
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = grunt => {
watch: {
sass: {
files: [ 'grid/sass/**/*.scss', 'src/sass/**/*.scss', 'src/widget/**/*.scss' ],
tasks: [ 'style' ],
tasks: [ 'css' ],
options: {
spawn: true,
livereload: true,
Expand Down

0 comments on commit 61cc4bf

Please sign in to comment.