Closed backplane-import closed 13 years ago
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
Since .bat is Windows-specific, the fix will be to set a variable for the app name, based on the OS.
This issue was closed by revision d10c7c1ef313a003ab4b7c16c11212f83cea72c4 (originally 0b73a466c0).
Updates
Ticket status set to Fixed
Component: Scripts → Tools
Imported from backplanejs Google Code issue 38.
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