Register the blueprint framework as the correct name.

This commit is contained in:
Chris Eppstein 2009-01-01 23:14:51 -08:00
parent a54ccae040
commit ebb22c1060

View File

@ -1,2 +1,2 @@
blueprint_dir = File.join(Compass.base_directory, 'frameworks', 'blueprint')
Compass::Frameworks.register('compass', blueprint_dir)
Compass::Frameworks.register('blueprint', blueprint_dir)