Skip to content

Commit

Permalink
grunt watch 语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneXuan committed Jan 9, 2016
1 parent 1e84919 commit 9bf6def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ module.exports = function(grunt) {
watch: {
scripts: {
files: "src/**/*.js",
tasks: "uglify",
tasks: "uglify"
},
sass: {
files: "src/**/*.scss",
tasks: "sass",
tasks: "sass"
},
css: {
files: "src/*.css",
Expand Down

0 comments on commit 9bf6def

Please sign in to comment.