Skip to content

Commit e3fe14e

Browse files
committed
Update prod/distr assets
1 parent 327d8a2 commit e3fe14e

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ Our package provides an API to cover all cases covered by these packages plus ad
6060

6161
Please see [Releases](https://github.com/InteractionDesignFoundation/nova-html-card/releases) for more information on what has changed recently.
6262

63+
## Updating assets
64+
65+
After updating assets, you need to "recompile" them for production:
66+
```shell
67+
composer i
68+
npm i
69+
npm run nova:install
70+
npm run prod
71+
```
72+
6373
## Contributing
6474

6575
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

dist/js/card.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"/js/card.js": "/js/card.js?id=d34a559c034dc558306530281c0d402e"
2+
"/js/card.js": "/js/card.js?id=03f4842c7bea3db47ade70ce6dc6adad"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"laravel-mix": "^6.0.43",
18-
"node-sass": "^9.0.0",
18+
"sass": "^1.83.0",
1919
"sass-loader": "^13.2.0",
2020
"vue-loader": "^16.8.3"
2121
},

0 commit comments

Comments
 (0)