@shop-local/shop-local-theme v0.0.3
Shop Local Theme
Within this Theme you’ll find the following directories and files, grouping common resources and providing both compiled and minified distribution files, as well as raw source files.
Project Structure
This project will consist of the following file structure:
├── gulpfile.js
├── package.json
├── README.md
├── docs/
├── less/
│ ├── bootstrap/
│ ├── custom/
│ ├── variables.less
│ └── toolkit.less
├── js/
│ ├── bootstrap/
│ └── custom/
├── fonts/
│ ├── bootstrap-entypo.eot
│ ├── bootstrap-entypo.svg
│ ├── bootstrap-entypo.ttf
│ ├── bootstrap-entypo.woff
│ └── bootstrap-entypo.woff2
└── dist/
├── toolkit.css
├── toolkit.css.map
├── toolkit.min.css
├── toolkit.min.css.map
├── toolkit.js
└── toolkit.min.jsDocs & Examples
The docs directory contains all the static resources for this Theme's docs and examples. To view, just open in your favourite browser!
$ open docs/index.htmlGulpfile.js
We've also included a Gulp file for theme customisation. You’ll need to install node and Gulp before using our included gulpfile.js.
To install node visit node.
To install gulp, run the following command:
$ npm install gulp -gWhen you’re done, install the rest of the theme's dependencies:
$ npm installFrom here on out, simply run gulp from your terminal and you're good to go!
gulp- recompiles and minifies the theme assets into thedistdirectory.
Support
If you experience any problems with the above, or if you think you've found a bug with the theme, please don't hesitate to reach out to shop-local@cozyglow.co.uk. Thanks!