Update paths

This commit is contained in:
Ibby Hadeed
2017-12-28 07:40:57 -05:00
parent c22ac6d681
commit 75675ea19f
12 changed files with 10874 additions and 17 deletions
+2 -2
View File
@@ -52,12 +52,12 @@ module.exports = currentVersion => {
readFilesProcessor.basePath = path.resolve(__dirname, '../../..');
readTypeScriptModules.basePath = path.resolve(path.resolve(__dirname, '../../..'));
readTypeScriptModules.sourceFiles = ['./src/plugins/**/*.ts'];
readTypeScriptModules.sourceFiles = ['./src/@ionic-native/plugins/**/*.ts'];
})
// Configure file writing
.config(function(writeFilesProcessor) {
writeFilesProcessor.outputFolder = './dist/';
writeFilesProcessor.outputFolder = './dist/@ionic-native/';
})
// Configure rendering