1


I am trying for the first time to theming my sencha project by using Scout/Compass GUI because i am not familiar with ruby and the command line.
I have installed Scout then i have created a new scss file form copynig the defalut one and renaming it .
After that,i have modified index.html to include the new css file.
Still one task to achieve:Compiling my theme

Please look at the picture below: enter image description here

After running i obtain the following log: enter image description here

I am not recognising the error.
Please help me.Thank you

4

2 に答える 2

0

入力フォルダC:\wamp\www\sencha-touch-2.0.0-gpl\resources\sass

于 2012-04-17T10:19:59.747 に答える
-1

Sencha Touch や Ext JS では動作しません。これらのプロジェクトはどちらも、config.rb各プロジェクトのファイルに含まれている追加のフレームワーク SASS ファイルを必要とします。私が見る限り、Scout は独自のconfig.rbファイルを作成し、それを使用してプロジェクトをコンパイルします。その生成されたファイルにフレームワーク SASS ファイルを含めることができないため、Scout を使用できません。

于 2012-04-18T23:56:43.567 に答える