release-1.1.2
akanix42
released this
28 Apr 17:37
·
209 commits
to master
since this release
- Support for Meteor 1.3.2.4 #24, #28
- Fixed PostCSS source map output (still need to fix paths as they all show up under the root)
- Generated JS is now visible in the client as filename.extension.js (eg, styles.scss.js)
- Generated CSS is now visible in the client as filename.extension.css (eg, styles.scss.css) so they don't overlap with plain CSS files (eg, styles.css) if the user has both in the same directory
- The raw contents of a SCSS file are always used for imports instead of the parsed contents if the file had previously been processed (leading to issues using variables, mixins, etc).
- Stylus error messages updated to say "Stylus" instead of "SCSS"