Webdevs Page with Craft
- Node 4.2.x
- Gulp 3.9.0
- Craft 2.5.2
Clone Repo than:
npm install && bower installThan 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:
gulpAnd work only in the src folder.
src/structure/will be copied todist/craft/templates- Sass Stuff is in the
src/stylefolder. Use theworkfile.scss, alternative use thesrc/styles/applicationfolder for Sass Comps, Modules and Elements. - Preconfigured URL is
http://webdevs.local(for BrowserSync and the Craft Config)