Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Compile folder of .css files at once #93

Closed
voronianski opened this issue Apr 13, 2015 · 2 comments · Fixed by #238
Closed

Compile folder of .css files at once #93

voronianski opened this issue Apr 13, 2015 · 2 comments · Fixed by #238

Comments

@voronianski
Copy link

It will be handy to have such possibility, smth like:

cssnext --folder ./folder --output-folder ./output
@voronianski voronianski changed the title Compile several .css files at once Compile folder of .css files at once Apr 13, 2015
@MoOx
Copy link
Owner

MoOx commented Apr 13, 2015

Maybe we can just accept a glob for the input filename ?
Like

$ cssnext "folder/*.js" ./out/

Not sure if it's a good idea since some shell (eg: zsh) might resolve the glob as multiple filenames.

@MoOx MoOx modified the milestone: v2.0.0 Apr 14, 2015
@MoOx MoOx removed this from the v2.0.0 milestone Jun 8, 2015
@MoOx MoOx mentioned this issue Dec 29, 2015
5 tasks
@MoOx MoOx closed this as completed in #238 Jan 4, 2016
@MoOx
Copy link
Owner

MoOx commented Jan 4, 2016

Not relevant anymore. cssnext is now postcss-cssnext. cssnext is deprecated. See postcss-cssnext migration guide http://cssnext.io/postcss/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants