Fix paths for Requarks-Core production

This commit is contained in:
NGPixel
2016-11-22 11:25:45 -05:00
parent 774f0525e6
commit 75ab068672
3 changed files with 8 additions and 6 deletions

View File

@@ -57,8 +57,8 @@ var paths = {
'./client/scss/*.scss'
],
includes: [
'../core',
//'./node_modules/requarks-core'
//'../core',
'./node_modules/requarks-core'
],
watch: [
'./client/scss/**/*.scss',
@@ -68,8 +68,8 @@ var paths = {
fonts: [
'./node_modules/font-awesome/fonts/*-webfont.*',
'!./node_modules/font-awesome/fonts/*-webfont.svg',
//'../node_modules/requarks-core/core-client/fonts/**/*'
'../core/core-client/fonts/**/*'
'../node_modules/requarks-core/core-client/fonts/**/*'
//'../core/core-client/fonts/**/*'
],
deploy: [
'./**/*',