This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is there an option to enable support for file paths beginning with "~/" or is it just not implemented? It's a standard idiom in C# development, after all, and the dotLESS compiler handles it fine. I'd like to avoid relative paths, because maintaining those sucks. I'm specifically looking for something to support autosuggesting @variables from imported files; but Web Workbench won't support this workflow. Vaguely related: http://www.mindscapehq.com/forums/thread/232248 |
|
|
Hi, There's no option to enable this since it's not part of the standard. We avoid adding our own extensions as it reduces the portability of the sass/less/coffeescript files. You'll need to use relative paths. John-Daniel Trask |
|