Skip to content

Commit

Permalink
Merge branch 'release/0.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jan 19, 2024
2 parents db8ce69 + c192fb9 commit 9953ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9953ada

Please sign in to comment.