Skip to content

Commit

Permalink
fix hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
wimvds committed May 16, 2014
1 parent 9261a50 commit 47922b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* General
========================================================================== */
$root: "/bundles/kumatest";
$root: "/bundles/{{ bundle.name|lower|replace({"bundle": ""}) }}";
$vendor: "../../vendor";


Expand Down

0 comments on commit 47922b1

Please sign in to comment.