2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

update build process for docs

This commit is contained in:
Jeff
2018-01-15 15:25:22 -08:00
parent e236c47300
commit 17312da2fa
7 changed files with 132 additions and 26 deletions
+4
View File
@@ -76,4 +76,8 @@ exports.styleLoaders = function (options) {
*/
exports.shouldServeHomepage = function () {
return process.argv.indexOf('--docs') > 0
}
exports.shouldBuildHomepage = function () {
return process.argv.indexOf('--homepage') > 0
}