mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
12 lines
256 B
JavaScript
12 lines
256 B
JavaScript
module.exports = {
|
|
dist: 'dist',
|
|
src: {
|
|
test: ['src/**/test/*.spec.js'],
|
|
js: ['src/**/*.js', '!src/**/test/**/*'],
|
|
e2e: ['src/**/test/*/**/*'],
|
|
html: 'src/**/*.html',
|
|
scss: 'src/components/**/*.scss',
|
|
},
|
|
protractorPort: 8876
|
|
};
|