We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1574045 commit 6fd3321Copy full SHA for 6fd3321
README.md
@@ -47,6 +47,19 @@ Please see [Releases](https://github.com/InteractionDesignFoundation/nova-html-c
47
48
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
49
50
+### Compiling Assets
51
+
52
+```bash
53
+// Compile and minify your assets:
54
+npm run prod
55
56
+// Compile your assets for local development:
57
+npm run dev
58
59
+// Run the NPM "watch" command to auto-compile your assets when they are changed:
60
+npm run watch
61
+```
62
63
## License
64
65
The MIT License (MIT). Please see [License File](LICENSE) for more information.
0 commit comments