Skip to content

Commit

Permalink
mixup asset file
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Aug 14, 2013
1 parent 7fb9df4 commit fce8deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assetfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
require 'ember-dev'
distros = {
:full => %w(ember-data)
}

#MEGAHAX
ember_spade_postprocess = "filter EmberAddMicroLoader, :global => true"

instance_eval File.read(::EmberDev.support_path.join('Assetfile'))
instance_eval File.read(EmberDev.support_path.join('Assetfile'))

distros.each do |name, modules|
name = "ember-data"
Expand Down

0 comments on commit fce8deb

Please sign in to comment.