From 2812a5c48d01cb45b9db8e5eef97ffe8426bc7db Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Fri, 17 Jun 2016 18:01:31 +0100 Subject: [PATCH] Attempt to fix build error --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 021c3417..72ec3bfd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -91,7 +91,7 @@ gulp.task("styles-app", function () { // we want to watch embed files and re-compile them. However, we want // to leave this path out in production so that embed files are not bloating // the css file - includedStyles.push("resources/assets/styles/embed.css"); + includedStyles.push("resources/assets/styles/embed.less"); // Remove app.less from the cache so that it gets recompiled var styleCache = plug.cached.caches.styles;