[folder structure] src/plugins -> src/core_plugins

This commit is contained in:
Jonathan Budzenski 2016-06-28 09:54:53 -05:00
parent a30cae3316
commit 81efe3b734
572 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ module.exports = function (grunt) {
root: __dirname,
src: __dirname + '/src',
buildDir: __dirname + '/build', // temporary build directory
plugins: __dirname + '/src/plugins',
plugins: __dirname + '/src/core_plugins',
server: __dirname + '/src/server',
target: __dirname + '/target', // location of the compressed build targets
testUtilsDir: __dirname + '/src/test_utils',

View file

@ -93,7 +93,7 @@ module.exports = function (program) {
pluginDirCollector,
[
fromRoot('plugins'),
fromRoot('src/plugins')
fromRoot('src/core_plugins')
]
)
.option(

View file

@ -35,7 +35,7 @@ export async function rebuildCache(settings, logger) {
},
plugins: {
initialize: false,
scanDirs: [settings.pluginDir, fromRoot('src/plugins')]
scanDirs: [settings.pluginDir, fromRoot('src/core_plugins')]
}
}
);

View file

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more