Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

How to create separate *.min files #46

Open
velizarn opened this issue Mar 15, 2017 · 0 comments
Open

How to create separate *.min files #46

velizarn opened this issue Mar 15, 2017 · 0 comments

Comments

@velizarn
Copy link

Hello,

Is it possible to use this plugin in a way to combine different files not all files at once, e.g.

if I have following source files:
src/layout.css
src/colors.css
src/page1.css
src/page2.css
src/page3.css

Then what I need is to have following minified files:

build/page1.min.css (layout+colors+page1)
build/page2.min.css (layout+colors+page2)
build/page3.min.css (layout+colors+page3)

How to do this? Thanks in advance!

@velizarn velizarn changed the title How to combine separate files How to create separate *.min files Mar 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant