Skip to content

Commit

Permalink
Merge pull request #9 from zherk/master
Browse files Browse the repository at this point in the history
Get the assets folder from the config, don't assume that it's /assets/
  • Loading branch information
AlexVangelov committed Jun 18, 2015
2 parents 4d5c330 + 1040799 commit b4ead2d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1726,5 +1726,5 @@ Ext.ClassManager.addNameAliasMappings({
});

Ext.Loader.setPath({
'Ext': 'assets/sencha-touch'
});
'Ext': '<%= Rails.configuration.assets.prefix %>/sencha-touch'
});

0 comments on commit b4ead2d

Please sign in to comment.