Francisc

Results 17 comments of Francisc

Mike: I wouldn't put commas in front (or near) `and` in enumerations. So: `a, b and c` rather than `a, b, and c`. At least in my language, the second...

It's more like an option than a feature. This plugin takes style.css and creates style.ab123.css. Why not take an `{override:true}` option to replace the revisioned file? I can't think of...

Ha, well I like to keep the rev tasks separate from the CSS, JS etc tasks so that it's like a component I can remove or replace easily. So it...

Hi Geoffrey, I have been doing that before Sublimall and I'll probably be doing it after, but it felt nice just opening the commands pane from inside ST and running...

Awesome, thank you. Configuring the export path would be a nice touch.

Geoffrey's right. The Sublimall already creates an archive which gets uploaded to the server. So one would only need to work on a configurable path for where to place that...

So if it's the same, but in more chars + it looks ugly, why add it?

It's not the same as without: `./` is relative to current directory while `/` is absolute. I'm trying to remove the dot, not both. Relative path doesn't work with webapps...

It's actually the combo with filerev that breaks the path. Without filerev, the `./` prefix is not added. So, without filerev. the output would be something like this: `` With...