Skip to content

Commit

Permalink
Re-add tasks for building css and js in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo committed Jan 2, 2023
1 parent 61fad3a commit 467093c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@
"css:build:test": "npm run css:build:bring:test & npm run css:build:posten:test",
"css:build:bring": "postcss tmp/bring.css --no-map cssnano -o ./dist/bring.css -c postcss.config.js",
"css:build:posten": "postcss tmp/posten.css --no-map cssnano -o ./dist/posten.css -c postcss.config.js",
"css:dev:bring": "postcss tmp/bring.css -o ./dist/bring.css -c postcss.config.js",
"css:dev:posten": "postcss tmp/posten.css -o ./dist/posten.css -c postcss.config.js",
"js:build": "npm run js:build:main && npm run js:build:icons",
"js:build:main": "rollup -c --name \"hedwig\"",
"js:build:icons": "rollup -c rollup.config.icons.js",
"js:dev": "rollup -m inline -c --name \"hedwig\"",
"watcher": "node ./scripts/watcher",
"test": "jest",
"svg:min": "svgo -f ./assets/icons -o ./dist/icons",
Expand Down

0 comments on commit 467093c

Please sign in to comment.