mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): rename ionic directory to src and update all references in the build process.
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = function(config) {
|
||||
'scripts/karma/test-main.js'
|
||||
],
|
||||
|
||||
exclude: ['ionic/components/*/test/*/**/*'],
|
||||
exclude: ['src/components/*/test/*/**/*'],
|
||||
|
||||
logLevel: 'warn',
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
System.config({
|
||||
baseURL: '/base',
|
||||
map: {
|
||||
'ionic-angular': 'ionic',
|
||||
'ionic-angular': 'src',
|
||||
'@angular': 'node_modules/@angular',
|
||||
},
|
||||
packages: {
|
||||
|
||||
Reference in New Issue
Block a user