demo.3
* moved templates to demo structure * new sass version * restructure of some styles for demo
This commit is contained in:
parent
4708896f79
commit
a810ec2770
15 changed files with 187 additions and 54 deletions
|
|
@ -113,8 +113,12 @@ gulp.task('nunjucks', function() {
|
|||
// automagically reload browsers
|
||||
gulp.task('syncreload', function() {
|
||||
browsersync.init({
|
||||
// online: false,
|
||||
// watch: true,
|
||||
// logLevel: "info",
|
||||
open: false,
|
||||
server: 'build',
|
||||
// index: "demo.html",
|
||||
// proxy: "http://verser.vrt/virtual/"
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue