UNPKG

generator-appverse-ionic

Version:
27 lines (25 loc) 529 B
'use strict'; module.exports = { options: { sourceMap: true, sourceRoot: '' }, app: { files: [{ expand: true, cwd: '<%= paths.app %>' + '/components', src: '**/*.coffee', dest: '.tmp/scripts', ext: '.js' }] }, test: { files: [{ expand: true, cwd: 'test/spec', src: '{,*/}*.coffee', dest: '.tmp/spec', ext: '.js' }] } };