From 50f6acc739f24bfa2ca080d08e90d82f8fa83543 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 17 Oct 2024 16:45:00 +0200 Subject: Revamped variable management --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7462243..a992040 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,12 @@ "private": true, "sideEffects": false, "scripts": { - "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", + "build": "npm run build:app && npm run build:demostyle && npm run build:icons && npm run build:assets", "build:assets": "cp -r static/* public/", "build:app": "pug tpl/index.pug -p tpl --out public/", "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", - "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", + "build:demostyle": "sass --load-path=node_modules src_demo/index.scss public/style.css", + "build:style": "sass --load-path=node_modules src/index.scss public/style.css", "lint:style": "stylelint \"src/**/*.scss\"", "fix:style": "stylelint \"src/**/*.scss\" --fix", "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" -- cgit v1.3.1