We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
eugeneware/debowerify#62
Sorry, something went wrong.
No branches or pull requests
doesn't work.
Will have to start simple. create a tiny project with one of those dependencies and incrementally add complexity.
The text was updated successfully, but these errors were encountered: