-
23 Mar 2011 1:28 AM #1
how to rebuild styles?
how to rebuild styles?
invoking compass gave me a few errors
Code:d@FWDev-Pro sass $ gem list --local| grep compass compass (0.10.6) d@FWDev-Pro Documents $ cd ext-4.0-pr5/resources/sass/ d@FWDev-Pro sass $ touch config.rb d@FWDev-Pro sass $ compass compile exists ../css compile ext-all-scoped.scss error ext-all-scoped.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-all-scoped.css compile ext-all.scss error ext-all.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-all.css compile ext-ie-scoped.scss error ext-ie-scoped.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-ie-scoped.css compile ext-ie.scss error ext-ie.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-ie.css compile ext-sandbox.scss error ext-sandbox.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-sandbox.css compile ext-standard-scoped.scss error ext-standard-scoped.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-standard-scoped.css compile ext-standard.scss error ext-standard.scss (Line 1: Invalid CSS after "@function min(": expected ")", was "$value1, $value...") overwrite ../css/ext-standard.css
-
23 Mar 2011 6:29 AM #2
yeap, the same to me... looking for solution
-
23 Mar 2011 9:01 AM #3
I believe you need to use the pre-release versions of compass and sass.
When I run gem list I get:
I seem to remember a post about how to do it early on... was something like -pre on the gem install command.Code:*** LOCAL GEMS *** chunky_png (0.12.0) compass (0.11.beta.2, 0.10.6) haml (3.0.25) minitest (1.6.0) rake (0.8.7) rdoc (2.5.8) sass (3.1.0.alpha.221)
-
23 Mar 2011 9:30 AM #4
thanks for suggestion, seems that it works
-
30 Mar 2011 1:56 AM #5
did this work for you guys??
I am too having this issue
-
30 Mar 2011 3:32 AM #6
yes , is working 100%, just install the required packages with -pre on the gem install command. At least to have pre realease versions of :
chunky_png compass haml sass
-
30 Mar 2011 6:38 PM #7
+1 yes
also there's a bug in chunky_png prerelease prevent it from install properly last week.
but it's fixed now.
Similar Threads
-
rebuild the window
By Stephan123 in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 29 Sep 2009, 7:50 AM -
update/rebuild how to
By sdetweil in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 2 Apr 2008, 6:08 AM -
rebuild grid from array
By agraves in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 16 Oct 2007, 6:07 AM


Reply With Quote