minor fixes

This commit is contained in:
Jaime Pillora
2013-06-21 09:44:21 +10:00
parent 74c55d476e
commit 00013d1865
6 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -28,8 +28,8 @@ module.exports = (grunt) ->
src: 'dist/<%= pkg.name %>.js'
dest: '.'
wrapper: [
"<%= banner %>(function(window,document,undefined) {\n"
"\n}(window,document));"
"<%= banner %>(function(window,document,$,undefined) {\n"
"\n}(window,document,jQuery));"
]
concat:
@@ -58,7 +58,7 @@ module.exports = (grunt) ->
grunt.loadNpmTasks "grunt-contrib-concat"
grunt.loadNpmTasks "grunt-contrib-watch"
grunt.loadNpmTasks "grunt-contrib-uglify"
grunt.loadTasks "./node_modules/grunt-contrib-coffee/tasks"
grunt.loadNpmTasks "grunt-contrib-coffee"
grunt.loadNpmTasks "grunt-wrap"
# Default task.