lib/tools.rb in capucine-0.2.9 vs lib/tools.rb in capucine-0.2.10

- old
+ new

@@ -138,10 +138,11 @@ system('gem uninstall -a -x capucine') system('gem install capucine') end def clean - # TODO + file = File.join(@cap.settings.working_dir, '.compass_config.rb') + FileUtils.rm file end #====================== def extract_commands_from_scope(scope) all = ['use_compass', 'use_coffeescript', 'use_incloudr']