refactoring

This commit is contained in:
Philipp Kühn
2018-08-22 10:01:51 +02:00
parent 871f91ed27
commit 6a42cd4c0e
12 changed files with 50 additions and 157 deletions

6
build/examples/paths.js Normal file
View File

@@ -0,0 +1,6 @@
import path from 'path'
export const rootPath = path.resolve(__dirname, '../')
export const srcPath = path.resolve(rootPath, '../examples')
export const buildPath = path.resolve(rootPath, '../docs')
export const sassImportPath = srcPath