Skip to content

Commit

Permalink
hotfix for module loading
Browse files Browse the repository at this point in the history
  • Loading branch information
eclifford committed Aug 1, 2014
1 parent c10a91e commit ae0c7b2
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 510 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bronsonjs",
"version": "2.0.14",
"version": "2.0.15",
"description": "AMD module framework for building large scale javascript applications",
"homepage": "https://github.com/eclifford/bronson",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion bronson.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'use strict';

var Bronson = {
version: '2.0.14',
version: '2.0.15',

settings: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion bronson.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions demo/app/common.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ require.config
'backbone.wreqr': 'vendor/bower_components/backbone.wreqr/lib/amd/backbone.wreqr'
'backbone.babysitter': 'vendor/bower_components/backbone.babysitter/lib/amd/backbone.babysitter'
'marionette': 'vendor/bower_components/marionette/lib/core/amd/backbone.marionette'
'bronson': 'vendor/bronson'
'bronson': 'vendor/bower_components/bronson/bronson'
'text': 'vendor/bower_components/requirejs-text/text'
'tpl': 'vendor/bower_components/requirejs-tpl/tpl'

shim:
'bootstrap':
deps: ["jquery"]


Loading

0 comments on commit ae0c7b2

Please sign in to comment.