1
0
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:
Mayccoll
2020-12-19 00:02:00 -05:00
parent 15aef9ab84
commit 7da9a87c98
3 changed files with 13 additions and 13 deletions

View File

@@ -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')