diff --git a/index.js b/index.js index d7ca43b..6b8db91 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,11 @@ module.exports = function defineShipwrightHook(sails) { to: path.resolve(appPath, '.tmp', 'public', 'fonts'), noErrorOnMissing: true }, + { + from: path.resolve(appPath, 'assets', 'dependencies'), + to: path.resolve(appPath, '.tmp', 'public', 'dependencies'), + noErrorOnMissing: true + }, { context: path.resolve(appPath, 'assets'), from: '**/*.html', diff --git a/package.json b/package.json index b40db46..144d767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-shipwright", - "version": "0.0.2", + "version": "0.0.3", "description": "The modern asset pipeline for Sails", "main": "index.js", "scripts": {