mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
#!/usr/bin/env node
|
|
|
|
"use strict";
|
|
|
|
const js = require('./tasks/js');
|
|
|
|
exports.default = js.build;
|
|
|
|
/* keep-alive develop mode, without uglify */
|
|
exports.dev = js.liveRebuild;
|