Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Image gallery with Grav
· 12 years ago
I am currently reviewing Grav to see if it fits my needs. Is it possible to build an image gallery with image being served from different categories? If yes, do I need I plugin for this?
-
Frequent Twig Runtime Errors
· 12 years ago
OK. I got Grunt running (I know, I know...) and CodeKit out of the loop. I can now save changes to a .md file and Firefox reloads the page without a Twig runtime error. CodeKit was up to something, al
-
Frequent Twig Runtime Errors
· 12 years ago
FYI you don't need to autoprefix, because SASS does that for you by default. Grunt is good for compiling JS and performing more complex tasks, for just SASS compilation, it's more trouble than it's wo
-
Frequent Twig Runtime Errors
· 12 years ago
Well, maybe there's a simpler way I can be going after this. I want to: compile scss to css on saved changes apply autoprefixer to the resulting css auto refresh the browser on changes to .md, .twig,
-
Frequent Twig Runtime Errors
· 12 years ago
Really in Antimatter there is only scss to compile, and that is a one liner: scss --watch scss:css-compiled That's it, it will watch the scss directory and compile the resulting files into the css-com
-
Frequent Twig Runtime Errors
· 12 years ago
I gave Grunt a run this morning (I used to use it) for setting up an express.js server, live reload, scss and autoprefix. But I ended up getting wrapped around the axle of configuration and tasks, so
-
Frequent Twig Runtime Errors
· 12 years ago
@namaless is right, it's again related to caching, but I think its because CodeKit is caching things it doesn't really know about. Maybe you can disable that cache in CodeKit? Another alternative tha
-
Frequent Twig Runtime Errors
· 12 years ago
I think you can work with CodeKit with disable the cache system from Grav. When you reload the page Grav check if need to refresh internal cache or not, with CodeKit Grav not refresh anything, then Tw
-
Frequent Twig Runtime Errors
· 12 years ago
I have my development server working. I use Chrome with MAMP Pro and have CodeKit doing the auto-reload duties. All is generally well. If I do something as simple as change the text in a .md file and
-
Can't make link to local file work
· 12 years ago
Support for generic page file handling (similar to how images are handled) is not complete yet. I suggest using the global folder approach for now until we can get this functionality added.