LeaVerou / inspire.js

Lean, hackable, extensible slide deck framework. Previously known as CSSS.
https://inspirejs.org
MIT License
1.73k stars 254 forks source link

Workflow to quicken development of themes? #147

Open zellwk opened 7 years ago

zellwk commented 7 years ago

@LeaVerou. Thanks for this awesome repo. I'm going to use it for my next presentation :)

Just wondering, will you be interested to add sass + browsersync into CSSS to help make development quicker? I can do a pull request if you're open to it.

LeaVerou commented 7 years ago

I would be reluctant to start new projects with Sass, the community seems to be moving towards postcss + cssnext instead. Also, I usually prefer gulp as a build tool.

zellwk commented 7 years ago

@LeaVerou Added a pull request (#148). It uses gulp + post-css + cssnext.

Please Ignore the large number of file changes. It's because my editor stripped away all whitespaces, and I didn't notice it before I committed :/