Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies update #75

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
get jquery.js AND jquery.min.js from latest build with changed folder…
… structure
miduku committed Aug 7, 2015
commit 8de7e37a0fd1709ae05cc96f26e5b3f9dfc4c9a3
22 changes: 20 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -235,10 +235,28 @@ module.exports = function (grunt) {
*/
bower: {
dev: {
dest: '<%= project.assets %>/components/'
dest: '<%= project.assets %>/components/',
options: {
packageSpecific: {
jquery: {
files: [
'dist/*'
]
}
}
}
},
dist: {
dest: '<%= project.assets %>/components/'
dest: '<%= project.assets %>/components/',
options: {
packageSpecific: {
jquery: {
files: [
'dist/*'
]
}
}
}
}
},

Loading