Webdevs Page with Craft
- Node 4.2.x
- Gulp 3.9.0
- Craft 2.5.2
Clone Repo than:
npm install && bower install
Than add a dist
folder to your project root.
Next download Craft 2.5 and put all files in the dist
folder, than start gulp init
.
When you have an initiated Project, you will continue your work with:
gulp
And work only in the src
folder.
src/structure/
will be copied todist/craft/templates
- Sass Stuff is in the
src/style
folder. Use theworkfile.scss
, alternative use thesrc/styles/application
folder for Sass Comps, Modules and Elements. - Preconfigured URL is
http://webdevs.local
(for BrowserSync and the Craft Config)