tiny-vue/gulpfile.mjs

14 lines
325 B
JavaScript

import buildVue from './gulp/buildVue.mjs'
import buildRenderless from './gulp/buildRenderless.mjs'
import buildTheme from './gulp/buildTheme.mjs'
import themeJson from './gulp/themeJson.mjs'
import themeConcat from './gulp/themeConcat.mjs'
export {
themeJson,
themeConcat,
buildVue,
buildRenderless,
buildTheme
}