shell-tests v0.0.0
Tests
Still being worked on, in the meantime here are some quick and instructions:
cd testnpm installgruntRuns 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.
10 years ago