Add css dev build script to package.json

Created on 15 May 2024, 8 months ago
Updated 12 September 2024, 3 months ago

Problem/Motivation

Currently if you want to compile CSS in dev mode you need to do

npx gulp sass:dev

Which is fine, but is not that obvious. We should add a new build script in package.json for this like:

"build-css-dev": "npx gulp clean:css && npx gulp sass:dev"

Because most frontend developers will look here first what is in package.json scripts section.

Add update function which is adding build-css-dev to child themes package.json definition.

📌 Task
Status

Fixed

Version

1.0

Component

BS Base

Created by

🇷🇸Serbia pivica

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024