This ist the kirby-starterkit with a fully functional grunt-script, Fontawesome as Iconfont and foundation as CSS-Framework.
git clone --recursive [email protected]:ausminternet/kirby-grunt-foundation.git
cd kirby-grunt-foundation
npm install
bower install
grunt build
grunt build-bower
: build all bower-dependencies.grunt build
: build the page (includesgrunt build-bower
)grunt deploy
: copy all relevant files to/dist
for deployment (includesgrunt build
)grunt watch
: watches changes in:assets/scss/*.scss
: build css and inject in pageassets/js/*.js
: build js and reload pagesite/**/*.php
: reload page
grunt watch
will start a livereload-server, see site/snippets/footer.php
.
The script-tag which includes the server will be removed on grunt deploy
.