https://github.com/datashaman/tongs-sass
https://github.com/datashaman/tongs-sass
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datashaman/tongs-sass
- Owner: datashaman
- Created: 2020-01-27T17:12:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T20:59:44.000Z (over 6 years ago)
- Last Synced: 2025-02-06T05:43:40.865Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### tongs ssass plugin
Render SASS files into CSS. A plugin for [Tongs](https://github.com/datashaman/tongs) static site generator.
For example:
{
"plugins": {
"sass": {
"outputStyle": "compressed"
}
}
}
will invoke the following command:
node-sass --output-style=compressed $sourcePath
for any file ending in `.sass` and `.scss`. The source will be removed and replaced by a file with `.css` containing the rendered stylesheet.
Bear in mind that your `node_modules` folder will not exist in the cloud if you use a cloud-based _source_ disk. If your _source_ is local, no problem - use `npm` packages in the build.