https://github.com/codewithkyle/dsf-store-compiler
A sass compiler application for creating EFI Digital StoreFront web stores.
https://github.com/codewithkyle/dsf-store-compiler
Last synced: 3 months ago
JSON representation
A sass compiler application for creating EFI Digital StoreFront web stores.
- Host: GitHub
- URL: https://github.com/codewithkyle/dsf-store-compiler
- Owner: codewithkyle
- License: mit
- Created: 2019-10-02T17:14:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T20:15:38.000Z (over 4 years ago)
- Last Synced: 2025-03-11T14:52:21.640Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSF Webstore Compiler
An Electron application built for Pageworks prepress team. This compiler genreates the `main.css` file needed for building DSF webstores.
## Configuring node-sass for Electron
```sh
# Start by running the rebuild of node-sass using electron-rebuild
./node_modules/.bin/electron-rebuild -f -o node-sass
```Copy the generated directory or `node-sass.node` binary file into the `node_modules/node-sass/vendor/` directory.
Copy the `binding.node` binary file from `node_modules/node-sass/build/Release/` directory into the `node_modules/node-sass/vendor/` directory.