aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2017-12-20 21:45:06 +0000
committerSam Potts <sam@potts.es>2017-12-20 21:45:06 +0000
commit7d4bf91a35a8faa1b2e409e5a059ba152a30df7e (patch)
tree188083fe40f8bab421268a6ee743205844ba03c0 /gulpfile.js
parentac3d1d124259963773c0350c5ae12a18cadfa492 (diff)
downloadplyr-7d4bf91a35a8faa1b2e409e5a059ba152a30df7e.tar.lz
plyr-7d4bf91a35a8faa1b2e409e5a059ba152a30df7e.tar.xz
plyr-7d4bf91a35a8faa1b2e409e5a059ba152a30df7e.zip
Small fixes
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 29dc8666..ae48db56 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -49,7 +49,7 @@ const paths = {
demo: {
// Source paths
src: {
- sass: path.join(root, 'demo/src/sassgu/**/*.scss'),
+ sass: path.join(root, 'demo/src/sass/**/*.scss'),
js: path.join(root, 'demo/src/js/**/*'),
},