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 947d350 commit 09e3f51Copy full SHA for 09e3f51
README.md
@@ -16,6 +16,9 @@ The project will watch for changes in your scss and html files in your /views an
16
17
## Build and run manually
18
- Build the project: ```npm run create_all```
19
+- Only build CSS: ```npm run create_css```
20
+- Only build HTML ```npm run create_html```
21
+- Only build JS: ```npm run create_js```
22
23
You can now see the project in dist folder, open a .html page in your browser
24
0 commit comments