Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.8.0 source code.tar.gz | 2015-12-16 | 244.3 kB | |
0.8.0 source code.zip | 2015-12-16 | 364.4 kB | |
README.md | 2015-12-16 | 906 Bytes | |
Totals: 3 Items | 609.6 kB | 0 |
- In preparation for our upcoming 1.0 release, we are polishing our public API. You will get deprecation warnings in this release which will guide you through the update process.
- Ensure custom importers are invoked with the correct context from node-sass. Fixes import-once so that it works with several build tools like gulp which share options across compiles. Fixes [#83], [#65]
- Handle hash fragments in asset urls. Fixes [#75].
- Fixed an edge case when project name matches an eyeglass module name.
- The
eyeglass-exports.js
file is now optional as long as thesassDir
of the project is specified in thepackage.json
file. - The function
asset-uri
no longer returns the asset's uri wrapped in the cssurl()
function. Useasset-url
instead. - When passing relative paths to node-sass
includePaths
, eyeglass will now resolve them against the project'sroot
directory.