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
|
Hello i was started trying cordova vs to make multi platform directly from VS 2013, but web workbench doesn´t work well with him... the error is when i save an SCSS file, this gaves me an error like: Syntax error: File to import not found or unreadable: compass/reset. Load paths: C:/Windows/System32 (DEPRECATED) D:/TRABALHO/TesteCordova/AppTeste/scss on line 6 of D:\TRABALHO\TesteCordova\TesteCordova\AppTeste\scss\index.scss Use --trace for backtrace. The error is clear... Compass not found, even if i do @Import "compass"; and if i dont import compass SCSS can be generated nicely but with one problem, it ignores de config.rb paths, and he puts de CSS file inside de SCSS folder... Any help will be most apreciated, if any one wanna test cordova the link is: http://www.visualstudio.com/en-us/explore/cordova-vs.aspx |
|
|
Have you converted your project to Compass and are the .scss files you are working on residing in the sass_dir folder (e.g. /sass) ?
|
|
|
Yes, i just make a test on cordova vs, the web workbench i allready use on mvc projects... and it works fine... |
|
|
Are you able to send us through a small repro project which triggers this so we can investigate further please.
|
|
|
Its easy to make the problem... Just install the http://www.visualstudio.com/en-us/explore/cordova-vs.aspx, and then make a new project using this plugin/template, and then add the composer to the project... easy enouth, after that try to change an SCSS file... ;) |
|
|
Thanks. As this is a new project template type we have to add support for this as currently its not registering the project for Compass correctly so the Compass compiler is not being used leading to your subsequent error. Ive added the support for this now and this will be available in the next nightly build.
|
|
|
Any info about the next official update? Or how i can get the nightly build? Tnx for your time! |
|
|
The nightly build it´s only for payed products right? |
|
|
Yes, nightly builds are only available with Pro. We dont have any fixed plans on the next gallery update at this stage but we will likely push out another release in the next month to cover off a round of updates for all the various tools.
|
|