Grunt/Bower : jquery support

This commit is contained in:
Marc Ducobu 2014-11-25 14:41:44 +01:00
parent 86e635ba77
commit b23b41f291
5 changed files with 9197 additions and 8 deletions

View File

@ -82,6 +82,10 @@ module.exports = function(grunt) {
expand: true,
}
]
},
jquery: {
src: '<%= chill.folders.bower %>jquery/dist/jquery.js',
dest: '<%= chill.folders.pub %>/js/jquery.js'
}
},
sass: {

View File

@ -11,7 +11,8 @@
"Scratch-CSS-Design": "git@github.com:Champs-Libres/ScratchCSS.git",
"pikaday": "https://github.com/dbushell/Pikaday.git#~1.2.0",
"moment": "~2.8.3",
"select2": "~3.5.2"
"select2": "~3.5.2",
"jquery": "~2.1.1"
},
"license": "MIT"
}

File diff suppressed because one or more lines are too long

9190
Resources/public/js/jquery.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
{% javascripts output="js/libs.js"
"bundles/chillmain/js/modernizr-2.6.2.min.js"
"bundles/chillmain/js/jquery-2.0.2.min.js"
"bundles/chillmain/js/jquery.js"
"bundles/chillmain/moment.js"
"bundles/chillmain/pikaday.js"
"bundles/chillmain/select2.js"