Merge branch 'master' into v4

# Conflicts:
#	src/components/slides/swiper/swiper.ts
This commit is contained in:
Adam Bradley
2017-05-24 10:50:58 -05:00
16 changed files with 137 additions and 29 deletions

View File

@@ -209,8 +209,7 @@ export function runAppScriptsServe(testOrDemoName: string, appEntryPoint: string
'--coreDir', coreDir,
'--sass', sassConfigPath,
'--copy', copyConfigPath,
'--enableLint', 'false',
'--bonjour'
'--enableLint', 'false'
];
if (watchConfigPath) {