Anthony Short

Results 47 comments of Anthony Short

It's the `each` method that is the problem. Iterating over the collection and removing things mid-way will cause issues. In the past I've manually looped over the models in the...

Ill take a look at this on the weekend and see if I can come up with something. I've ran into similar issues before.

Having a `type` option would definitely be great. Probably as @darsain suggested, using an array. If it isn't present, it will build all, otherwise it would just build the type....

The reason I didn't include it was that anyone could spam &recache on your Scaffold install and possibly overload the server. It would have to be a lot, but it...

Thanks, I'll take a look at this and get back to you!

Hrm yeah. Ill have to strip the comments from the variable blocks before I parse them. Nice catch.

I think this is related to an issue I fixed in the development branch recently. I might not have push it to github yet. Its to do with the variable...

I'm looking at finding a way to implement this without having to use eval which could open up some security holes. I was possibly thinking of doing it with css...

I'm aiming to keep all the 'framework' type of things out of this Scaffold repo. I've got a second repo setup where I'm going to put all the mixins and...

Well, I was planning on doing something a bit more robust than just a mixins directory. Basically creating an entire boilerplate library using Scaffold/Sass. This includes mixins, resets, variables, settings...