Please visit https://origami.pearsoned.com to view the site.
Since this is a GitHub pages site, built CSS bundle must be committed to the repository. We store it in buildcache to avoid any confusion - files in the buildcache directory should not be edited. To regenerate them, use Grunt:
- Clone the repository
- Ensure
grunt-cliis installed globally by checking it's listed withgrunt --version. If it's not, install withnpm install -g grunt-cli. - Run
npm install - Edit main.scss as desired
- Run
grunt
- Install Jekyll
gem install jekyll - Run
jekyll serve --watch --baseurl=''ornpm startand view on http://localhost:4000/ - Run
grunt watchin parallel if you're editing styles