Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'debowerify' doesn't work consistantly #100

Closed
peter-mouland opened this issue Mar 26, 2015 · 1 comment
Closed

'debowerify' doesn't work consistantly #100

peter-mouland opened this issue Mar 26, 2015 · 1 comment

Comments

@peter-mouland
Copy link
Owner

    browserify: {
        insertGlobals : true,
        detectGlobals : false,
        noParse: [
            './bower_components/jquery/dist/jquery.js',
            './bower_components/underscore/underscore.js',
            './bower_components/backbone/backbone.js',
            './node_modules/hbsfy/runtime.js',
            './bower_components/bootstrap-sass/assets/javascripts/bootstrap.js',
            './bower_components/d3/d3.js'
        ],
        vendorBundle: [
            { file :'./bower_components/underscore/underscore.js', expose: 'underscore'},
            { file :'./bower_components/backbone/backbone.js', expose: 'backbone'},
            { file :'./node_modules/hbsfy/runtime.js', expose: 'hbsfy'},
            { file :'./bower_components/d3/d3.js', expose: 'd3'},
            { file :'./bower_components/bootstrap-sass/assets/javascripts/bootstrap.js', expose: 'bootstrap-sass'},
            { file :'./bower_components/jquery/dist/jquery.js', expose: 'jquery'},
            { file :'./node_modules/handlebars/runtime.js', expose: 'handlebars'}
        ]
    },

doesn't work.

Will have to start simple. create a tiny project with one of those dependencies and incrementally add complexity.

@peter-mouland
Copy link
Owner Author

eugeneware/debowerify#62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant