mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
update generator move data outside pages
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* global $, fetch, console */
|
||||
/* eslint no-undef: "error", semi: 2 */
|
||||
/* jshint esversion: 6 */
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -12,11 +11,11 @@ const {
|
||||
watch
|
||||
} = require('gulp');
|
||||
|
||||
const htmlmin = require('gulp-htmlmin');
|
||||
const htmlmin = require('gulp-htmlmin');
|
||||
const inlinesource = require('gulp-inline-source');
|
||||
const rename = require('gulp-rename');
|
||||
const browserSync = require('browser-sync').create();
|
||||
const sass = require('gulp-sass');
|
||||
const rename = require('gulp-rename');
|
||||
const browserSync = require('browser-sync').create();
|
||||
const sass = require('gulp-sass');
|
||||
|
||||
function sassCompile () {
|
||||
return src('./gh-pages/sass/**/main.scss')
|
||||
|
Reference in New Issue
Block a user