[change] move examples

This commit is contained in:
Nicolas Gallagher
2015-10-19 18:32:38 -07:00
parent 75f653818a
commit 5f7b3f5fef
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@ var ROOT = path.join(__dirname, '..')
module.exports = {
DIST_DIRECTORY: path.join(ROOT, 'dist'),
EXAMPLES_DIRECTORY: path.join(ROOT, 'examples'),
SRC_DIRECTORY: path.join(ROOT, 'src'),
ROOT_DIRECTORY: ROOT,
TEST_ENTRY: path.join(ROOT, 'tests.webpack.js')