lib/joosy.rb in joosy-1.2.0.alpha.8 vs lib/joosy.rb in joosy-1.2.0.alpha.9
- old
+ new
@@ -1,6 +1,10 @@
require 'json'
-require 'haml_coffee_assets'
+
+begin
+ require 'haml_coffee_assets'
+rescue Gem::LoadError # This is required for the first bundle run
+end
module Joosy
PACKAGE = File.expand_path("../../package.json", __FILE__)
# Converting semver to the notation compatible with rubygems
\ No newline at end of file