The first release. Don't use it.
Yay, now it's a little bit more stable.
Changes on this version are not backwards compatible with the previous version, but I'm still not comfortable changing it to 1.0.0 because I don't believe it's already at that stage. Sorry for breaking semantic versioning.
- Changed a the workflow of the app (PR #8);
- Changed the name of the plugin to postcss-extract-media (Closes #5);
- Use PostCSS 5.0 API (Closes #2);
- Writing file from within the plugin now, so no need to
append
leaving all the work for Grunt as it was happening before (Closes #3);
There are still work to be done here, but it's way better than the first version. Thanks to @davidecantoni, @ai and @joaocunha for the help.
Typo on postcss API call (walksAtRules
instead of walkAtRules
). So previous version is completely broken, use this one instead.
Apparently there was a problem with the way we're writing the new file, it should be fixed now.
Switched back to file-save
@0.2.0. Waiting for this PR to be merged.