Private GIT

Skip to content
Snippets Groups Projects
Commit 74156e36 authored by X O's avatar X O
Browse files

update bower_concat

parent d9e58edd
Branches
Tags
No related merge requests found
...@@ -19,8 +19,10 @@ module.exports = function(grunt) { ...@@ -19,8 +19,10 @@ module.exports = function(grunt) {
}, },
bower_concat: { // jshint ignore:line bower_concat: { // jshint ignore:line
all: { all: {
dest: './dist/bower.js', dest: {
cssDest: './dist/bower.css', js: './dist/bower.js',
css: './dist/bower.css'
},
exclude: [ exclude: [
], ],
dependencies: { dependencies: {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"chai": "^3.5.0", "chai": "^3.5.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-bower-concat": "^0.6.0", "grunt-bower-concat": "^1.0.0",
"grunt-bower-task": "^0.4.0", "grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13", "grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0", "grunt-contrib-clean": "^1.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment