chore(build): rename ionic directory to src and update all references in the build process.

This commit is contained in:
Josh Thomas
2016-05-19 13:20:59 -05:00
parent 8470ae04ac
commit c8f760f080
595 changed files with 73 additions and 87 deletions

View File

@@ -25,7 +25,7 @@ module.exports = function(config) {
'scripts/karma/test-main.js'
],
exclude: ['ionic/components/*/test/*/**/*'],
exclude: ['src/components/*/test/*/**/*'],
logLevel: 'warn',

View File

@@ -1,7 +1,7 @@
System.config({
baseURL: '/base',
map: {
'ionic-angular': 'ionic',
'ionic-angular': 'src',
'@angular': 'node_modules/@angular',
},
packages: {