1.0.6 • Published 10 years ago
squarespace-jade-stylus v1.0.6
Squarespace-Jade-Stylus
This plugin allows you to write Jade and Stylus when developing templates on the Squarespace Developers Platform. It automatically compiles and runs the css through autoprefixer.
You will still need to include your compiled .css stylesheets and .region files in templates.conf.
Directions
npm install squarespace-jade-stylus
npm install -g nodemonTo run the jade/stylus compilescript
nodemon -e jade,styl,jsNodemon watches for any changes to your template files and will automatically re-compile to the correct directory.