UNPKG

generator-appverse-ionic

Version:
22 lines (19 loc) 464 B
/*jshint node:true */ 'use strict'; // 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' ] };