mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 21:44:22 -04:00
Update deps.
This commit is contained in:
parent
a6e6cf96d6
commit
ab622d5cd2
3 changed files with 18 additions and 13 deletions
10
ghu.js
10
ghu.js
|
@ -1,10 +1,10 @@
|
|||
import {resolve, join} from 'path';
|
||||
import dateformat from 'dateformat';
|
||||
import ghu from 'ghu';
|
||||
import {
|
||||
const {resolve, join} = require('path');
|
||||
const dateformat = require('dateformat');
|
||||
const {
|
||||
default: ghu,
|
||||
autoprefixer, cssmin, ife, includeit, jade, jszip,
|
||||
less, mapfn, newerThan, read, remove, run, uglify, watch, wrap, write
|
||||
} from 'ghu';
|
||||
} = require('ghu');
|
||||
|
||||
const ROOT = resolve(__dirname);
|
||||
const SRC = join(ROOT, 'src');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue