how to build minified Css?
Question
hi @artf Can You please explain me how can i build css from style section. Everytime when i run "Npm run build".Code build in min js only should i need to add file for css build??? Thanks.
Answers (3)
npm run build minifies also CSS via "build-dev": "webpack --env=dev && npm run build:css",
ok @artf thanks :)
@artf With command "Npm run build" my css doesn't get build. i tried npm run build:css it shows error && various scripts are written in my package.json as shown below. My all css is in the Style folder.
- "lint": "eslint src",
- "v:patch": "npm version --no-git-tag-version patch",
- "build": "npm run v:patch && webpack --env.production",
- "start": "webpack-dev-server --open --progress --colors"
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1444
How to generate uniminified file of js?
Hi @artf Can you please tell me.How to generate readable unminified javascript file like when i do npm run build i get only minified file(g...
Issue #382
Store the html and inline css in Editor.Store()
I am trying to store the html and inline css , can you please in how to pass it to editor.store() function. @artf
Issue #1931
[Question]: How to insert image inside the link?
Hi @artf , How can I insert image inside the link? Please share your ideas what I need to do. If I need to create any custom component, ple...
Issue #1836
How to add !important in all the generated apis
Hello @artf, While i am going to edit some html from editor with the help of css then i need to add !important into all the css which is ch...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.