1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-29 02:53:22 +00:00

Fix search results slow scrolling (#273)

also:
- improve its responsive design
- fix the js path in gulp
This commit is contained in:
Cotes Chung
2021-02-04 23:44:48 +08:00
parent f864b5c324
commit 5669f792a7
8 changed files with 24 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ const uglify = require('gulp-uglify');
const insert = require('gulp-insert');
const fs = require('fs');
const JS_ROOT = './assets/js';
const JS_ROOT = 'assets/js';
const jsDest = `${ JS_ROOT }/dist/`;
function concatJs(files, output) {