mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(): begin adding ionic components to mono-repo.
This commit is contained in:
37
packages/ionic-angular/scripts/build/config.js
Normal file
37
packages/ionic-angular/scripts/build/config.js
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
module.exports = {
|
||||
dist: 'dist',
|
||||
src: {
|
||||
spec: ['src/**/test/*.spec.js'],
|
||||
js: ['src/**/*.js'],
|
||||
|
||||
// Get all the non-js files and main.js
|
||||
e2e: ['src/components/*/test/*/**/*'],
|
||||
html: 'src/**/*.html',
|
||||
scss: 'src/**/*.scss',
|
||||
},
|
||||
|
||||
scripts: [
|
||||
'node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.js',
|
||||
'node_modules/systemjs/dist/system.js',
|
||||
'node_modules/angular2/bundles/angular2.dev.js',
|
||||
'node_modules/angular2/bundles/router.dev.js',
|
||||
'node_modules/angular2/bundles/http.dev.js',
|
||||
'node_modules/es6-shim/es6-shim.min.js',
|
||||
'dist/js/ionic.js'
|
||||
],
|
||||
|
||||
protractorPort: 8876,
|
||||
|
||||
autoprefixer: {
|
||||
browsers: [
|
||||
'last 2 versions',
|
||||
'iOS >= 8',
|
||||
'Android >= 4.4',
|
||||
'Explorer >= 11',
|
||||
'ExplorerMobile >= 11'
|
||||
],
|
||||
cascade: false
|
||||
}
|
||||
|
||||
};
|
Reference in New Issue
Block a user