This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global -$ */ | |
'use strict'; | |
// generated on 2015-09-03 using generator-modern-frontend 0.1.7 | |
var fs = require('fs'); | |
var path = require('path'); | |
var gulp = require('gulp'); | |
var $ = require('gulp-load-plugins')(); | |
var browserSync = require('browser-sync'); | |
var reload = browserSync.reload; |