Skip to content

Commit 2b304fb

Browse files
author
Luis Lafuente
committed
fix minify version
1 parent a1e902e commit 2b304fb

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

grunt/jshint.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
jshint:
2+
options:
3+
#reporter: require('jshint-stylish')
4+
server:
5+
src:
6+
- 'lib/*.js'
7+
options:
8+
#jshintrc: 'garu-server/.jshintrc-spec'

lib/ng-autofocus.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ angular.module("formalizer")
77
$element[0].focus();
88
});
99
}
10-
}
11-
}])
10+
};
11+
}]);

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
"bootstrap-grunt": "0.0.2",
3131
"express": "*",
3232
"grunt": "^0.4.5",
33-
"grunt-contrib-concat": "^0.5.0",
34-
"grunt-contrib-cssmin": "^0.10.0",
35-
"grunt-contrib-uglify": "^0.5.1",
36-
"grunt-html2js": "^0.2.8",
33+
"grunt-contrib-concat": "*",
34+
"grunt-contrib-cssmin": "*",
35+
"grunt-contrib-uglify": "*",
36+
"grunt-contrib-jshint": "*",
37+
"grunt-html2js": "*",
3738
"grunt-release": "^0.7.0",
3839
"jasmine-core": "^2.3.4",
3940
"karma": "^0.13.9",

0 commit comments

Comments
 (0)