Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 456 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 456 Bytes

Spike Sass Example

An example of how to use sass with a spike project

Setup

  • make sure node.js is at version >= 6
  • npm i spike -g
  • clone this repo down and cd into the folder
  • run npm install
  • run spike watch or spike compile

Testing

Tests are located in test/** and are powered by ava

  • npm install to ensure devDeps are installed
  • npm test to run test suite