sqs-jade
v1.0.0
Published
Allows for the use of Jade templates when developing on the Squarespace Developers Platform
Readme
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 .region files in templates.conf.
Directions
npm install sqs-jade
npm install -g nodemonIn your index.js file require and invoke the compile script.
var compileJade = require('squarespace-jade');
compileJade();To run the jade compile script open a new terminal window and enter the following.
nodemon -e jade,jsIf you are using this in conjunction with squarespace-jade use the following command instead.
nodemon -e jade,stylus,jsNodemon watches for any changes to your template files and will automatically re-compile to the correct directory.
