Still being worked on, in the meantime here are some quick and instructions:
-
cd test -
npm install -
gruntRuns the default tasks and performs a watch on certain tasks, and makes the site available on http://localhost:9000.
-
grunt buildRuns the build tasks, final destination is the
dist/testfolder. -
grunt deployRuns the build tasks, pushes the
dist/folder to the remotegh-pagesbranch making it available at this GitHub Pages URL: http://campaignmonitor.github.io/shell/test. N.B. we're usingdist/testso we can have both the test and docs available at this GitHub Pages URL: http://campaignmonitor.github.io/shell/, docs sits in the root and test in thetestsub-folder available at this URL: http://campaignmonitor.github.io/shell/test. -
grunt testShellTesting the Sass in the Shell CSS library compiles.