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

@ -2,13 +2,13 @@
module.exports = {
dist: 'dist',
src: {
spec: ['ionic/**/test/*.spec.js'],
js: ['ionic/**/*.js'],
spec: ['src/**/test/*.spec.js'],
js: ['src/**/*.js'],
// Get all the non-js files and main.js
e2e: ['ionic/components/*/test/*/**/*'],
html: 'ionic/**/*.html',
scss: 'ionic/**/*.scss',
e2e: ['src/components/*/test/*/**/*'],
html: 'src/**/*.html',
scss: 'src/**/*.scss',
},
scripts: [