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

@@ -1,6 +1,6 @@
// For E2E dark theme tests
@import "../../ionic/themes/dark.ios.scss";
@import "../../src/themes/dark.ios.scss";
@import "../../ionic/ionic.ios.scss";
@import "../../src/ionic.ios.scss";

View File

@@ -1,6 +1,6 @@
// For E2E dark theme tests
@import "../../ionic/themes/dark.md.scss";
@import "../../src/themes/dark.md.scss";
@import "../../ionic/ionic.md.scss";
@import "../../src/ionic.md.scss";

View File

@@ -1,6 +1,6 @@
// For E2E dark theme tests
@import "../../ionic/themes/dark.wp.scss";
@import "../../src/themes/dark.wp.scss";
@import "../../ionic/ionic.wp.scss";
@import "../../src/ionic.wp.scss";

View File

@@ -1,8 +1,8 @@
module.exports = {
externals: [
{
'ionic/ionic': {
commonjs2: 'ionic/ionic'
'src/ionic': {
commonjs2: 'src/ionic'
},
'@angular/core': {
commonjs2: ['angular2', 'core']