sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

JS and CSS file concatenation doesn't work on Windows #38

Closed backplane-import closed 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 38.

Reporter markbirbeck
Date 31 Jan 2010 11:27:05 PM UTC

The Ant tasks to combine JS and CSS files is used by running:

ant compile

This makes use of Sprocketize, a Ruby on Rails gem, and whilst it works on Mac OS, it doesn't run on Windows.


Owner set to markbirbeck

Component: Scripts Priority: Medium Type: Defect

backplane-import commented 13 years ago

Comment by markbirbeck on 31 Jan 2010 11:28:14 PM UTC

The command to invoke Sprockets is:

sprocketize

which works fine from the command-line, but not from Ant. The actual command to run is:

sprocketize.bat

backplane-import commented 13 years ago

Comment by markbirbeck on 31 Jan 2010 11:29:06 PM UTC

Since .bat is Windows-specific, the fix will be to set a variable for the app name, based on the OS.

backplane-import commented 13 years ago

Comment by markbirbeck on 31 Jan 2010 11:32:58 PM UTC

This issue was closed by revision d10c7c1ef313a003ab4b7c16c11212f83cea72c4 (originally 0b73a466c0).


Updates

Ticket status set to Fixed

backplane-import commented 13 years ago

Update by markbirbeck on 28 Feb 2010 10:37:01 AM UTC

Component: Scripts → Tools