Gruntfile: 🔤-ize watch
targets
This commit is contained in:
parent
38f3ad6518
commit
ce8db96069
1 changed files with 6 additions and 6 deletions
12
Gruntfile.js
12
Gruntfile.js
|
@ -186,17 +186,17 @@ module.exports = function(grunt) {
|
|||
},
|
||||
},
|
||||
watch: {
|
||||
sass: {
|
||||
files: ['./stylesheets/*.scss'],
|
||||
tasks: ['sass'],
|
||||
dist: {
|
||||
files: ['<%= dist.src %>', '<%= dist.res %>'],
|
||||
tasks: ['copy_dist'],
|
||||
},
|
||||
libtextsecure: {
|
||||
files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'],
|
||||
tasks: ['concat:libtextsecure'],
|
||||
},
|
||||
dist: {
|
||||
files: ['<%= dist.src %>', '<%= dist.res %>'],
|
||||
tasks: ['copy_dist'],
|
||||
sass: {
|
||||
files: ['./stylesheets/*.scss'],
|
||||
tasks: ['sass'],
|
||||
},
|
||||
scripts: {
|
||||
files: ['<%= jshint.files %>'],
|
||||
|
|
Loading…
Add table
Reference in a new issue