Skip to content

Commit a87bf0b

Browse files
Konstantin BurkalevKonstantin Burkalev
authored andcommitted
Grunt file fix + actual minified version
1 parent c1390b9 commit a87bf0b

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(grunt) {
2020
jshintrc: 'jshintrc.json'
2121
},
2222
default: {
23-
src: 'src/wampy.js'
23+
src: 'bootstrap-growl.js'
2424
}
2525
}
2626
});

bootstrap-growl.min.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@
1616
"url": "https://github.com/mouse0270/bootstrap-growl/issues"
1717
},
1818
"homepage": "http://bootstrap-growl.remabledesigns.com/",
19+
"main": "bootstrap-growl.js",
20+
"directories": {
21+
"test": "test"
22+
},
23+
"dependencies": {
24+
"grunt": "~0.4.4",
25+
"grunt-contrib-uglify": "~0.4.0"
26+
},
1927
"devDependencies": {
20-
"grunt": "^0.4.4",
21-
"grunt-contrib-copy": "^0.5.0"
28+
"grunt": "~0.4.4",
29+
"grunt-contrib-uglify": "^0.4.0",
30+
"grunt-contrib-jshint": "^0.10.0"
2231
}
2332
}

0 commit comments

Comments
 (0)