demo.5
* removed double underscore (__) separators in class names * more LF CR to LF * new scss config variables * some little style changes
This commit is contained in:
parent
0a78f526f5
commit
8b81ed92e1
30 changed files with 1288 additions and 1262 deletions
|
|
@ -114,13 +114,16 @@ gulp.task('nunjucks', function() {
|
|||
// automagically reload browsers
|
||||
gulp.task('syncreload', function() {
|
||||
browsersync.init({
|
||||
// ------------------------------------------------------------------------------
|
||||
// comment out the line below to get rid of the demo index page.
|
||||
// ------------------------------------------------------------------------------
|
||||
index: "demo.html",
|
||||
open: false,
|
||||
server: 'build'
|
||||
// online: false,
|
||||
// logLevel: "info",
|
||||
// proxy: "http://verser.vrt/virtual/",
|
||||
// watch: true,
|
||||
index: "demo.html",
|
||||
open: false,
|
||||
server: 'build'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue