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