Skip to content

Commit

Permalink
更新构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
TooBug committed Sep 6, 2013
1 parent 818c2a9 commit 84038bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@ module.exports = function(grunt) {
}
});


grunt.loadNpmTasks('grunt-contrib-concat');

grunt.registerTask('default', 'concat');
};
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "veryless",
"version": "0.2.0",
"version": "2.0.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2"
"grunt": "~0.4.0"
}
}

0 comments on commit 84038bc

Please sign in to comment.