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

How to create separate *.min files #46

Description

@velizarn

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions