From 749a9251fb948ea1f187b24fb2c10c6973f59283 Mon Sep 17 00:00:00 2001 From: matiit Date: Sun, 4 May 2014 12:31:01 +0200 Subject: [PATCH] fix gulp building troubles --- app/assets/larapress/less/app.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/larapress/less/app.less b/app/assets/larapress/less/app.less index 058d7a0..5b74ecb 100644 --- a/app/assets/larapress/less/app.less +++ b/app/assets/larapress/less/app.less @@ -1,4 +1,4 @@ // Be aware, the compiler is looking for imports in following directory: // app/assets/components/bootstrap/less/* -@import '../../../larapress/less/app/buttons'; +@import '../../larapress/less/app/buttons';