Craft-Plugin--Sprockets
Craft-Plugin--Sprockets copied to clipboard
Craft can't get the stylesheet link
Hi,
Sprockets is working. It is making a minified file etc.
The only thing is that it can't get the link of the cached css file. Does anyone know what is going on over here? I use this line:
<link rel="stylesheet" href="{{ craft.sprockets.stylesheet }}" type="text/css">
This is the output:
Tim
Hey bud, i'll see if I can set aside sometime to take a look at this.. However, I honestly wouldn't use this plugin anymore. Node based client side tools are much better.
Ie: grunt, gulp, broc...
Well, Sprockets-PHP was made for a different time :-). And also for my "weird" use case (can't precompile, because it was supposed to run on shared servers for non-techy people)
The error might be related to a compilation failure, but it seems very weird that it'd be blank instead of printing the error.
Do you have any empty file? Are you on windows?