We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef778ce commit 060960bCopy full SHA for 060960b
simple-commonjs/Gruntfile.js
@@ -36,8 +36,7 @@ module.exports = function(grunt) {
36
},
37
watch: {
38
options: {
39
- watch: true,
40
- keepalive: true
+ watch: true
41
42
files: {
43
'<%= config.dist %>/app.js': [ '<%= config.sources %>/**/*.js' ]
simple-commonjs/package.json
@@ -30,7 +30,7 @@
30
"grunt-contrib-connect": "~0.6.0",
31
"grunt-contrib-jshint": "~0.7.2",
32
"grunt-contrib-copy": "~0.5.0",
33
- "grunt-browserify": "~2.0.0",
+ "grunt-browserify": "~2.1.0",
34
"load-grunt-tasks": "~0.3.0",
35
"brfs": "~1.0.0"
0 commit comments