generator-appverse-ionic
Version:
Appverse Ionic generator
27 lines (25 loc) • 529 B
JavaScript
;
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'
}]
}
};