generator-appverse-ionic
Version:
Appverse Ionic generator
22 lines (19 loc) • 464 B
JavaScript
/*jshint node:true */
;
// Run some tasks in parallel to speed up build process
module.exports = {
server: [
'sass',
'copy:i18n',
'copy:fonts',
'copy:theme'
],
dist: [
'sass'
],
emulator: ["watch", "setEmulatedDevice"],
mobile: [
'build_mobile:ios_android',
'build_mobile:windows'
]
};