javierv

Results 3 issues of javierv

As you might know, there's a language called CoffeScript that compiles into javascript the same way SASS compiles to CSS. [Barista](https://github.com/Sutto/barista) allows you to compile all your coffeescripts into javascripts...

I've noticed that with the following options: ``` versioned dependent: :tracking, initial_version: true, unless: :really? ``` An initial version is always created and a version is always created after a...

Hello, Adam. There's a mention to the :only and :except options at the end of the document, but other options, such as :initial_version, are only mentioned in the source code...