mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Grunt/Bower : jquery support
This commit is contained in:
parent
86e635ba77
commit
b23b41f291
@ -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: {
|
||||
|
@ -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"
|
||||
}
|
||||
|
6
Resources/public/js/jquery-2.0.2.min.js
vendored
6
Resources/public/js/jquery-2.0.2.min.js
vendored
File diff suppressed because one or more lines are too long
9190
Resources/public/js/jquery.js
vendored
Normal file
9190
Resources/public/js/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user