From 9c3c28391259ac996ecfdffdf4bcd583c2c5a527 Mon Sep 17 00:00:00 2001 From: jekkos Date: Wed, 24 Aug 2016 19:48:28 +0200 Subject: [PATCH] Adapt path Gruntfile --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 29c8569dd..429bc27b3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -153,7 +153,7 @@ module.exports = function(grunt) { scriptTemplate: '', openTag: '', closeTag: '', - ignorePath: '../../public/' + ignorePath: '../../../public/' }, src: ['public/dist/login.css'], dest: 'application/views/login.php'