mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Attempt to fix build error
This commit is contained in:
parent
a9e7a69268
commit
2812a5c48d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue