tiny-vue/gulpfile.mjs

8 lines
315 B
JavaScript
Raw Normal View History

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 }