diff --git a/omega-web/bower.json b/omega-web/bower.json index 605344e..bd3aa4a 100644 --- a/omega-web/bower.json +++ b/omega-web/bower.json @@ -36,7 +36,7 @@ "jsondiffpatch": "~0.1.7", "angular-spectrum-colorpicker": "~1.3.5", "blob": "*", - "FileSaver": "*", + "FileSaver": "=1.3.3", "angular-ui-utils": "bower-validate", "angular-ladda": "~0.2.1", "shepherd.js": "~0.5.1", diff --git a/omega-web/grunt/bower.coffee b/omega-web/grunt/bower.coffee index b8d4feb..0c5c464 100644 --- a/omega-web/grunt/bower.coffee +++ b/omega-web/grunt/bower.coffee @@ -1,5 +1,6 @@ module.exports = install: options: + copy: true targetDir: 'build/lib/' layout: 'byComponent' diff --git a/omega-web/package.json b/omega-web/package.json index 77d19c8..eeceaa2 100644 --- a/omega-web/package.json +++ b/omega-web/package.json @@ -7,7 +7,7 @@ "coffeelint": "^1.16.0", "grunt": "^0.4.5", "grunt-autoprefixer": "^1.0.1", - "grunt-bower-task": "^0.4.0", + "grunt-bower-task": "^0.5.0", "grunt-coffeelint": "^0.0.13", "grunt-contrib-coffee": "^0.11.1", "grunt-contrib-concat": "^0.5.0",