debowerify icon indicating copy to clipboard operation
debowerify copied to clipboard

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.

Results 31 debowerify issues
Sort by recently updated
recently updated
newest added

I know every repo maintainer hates seeing one of these, but... I ask because of #86, #85, #83 have been open for almost a year now, and are seemingly really...

e.g. ``` javascript // Generated by LiveScript 1.4.0 var $, Sortable, uploadFile, sncompleter, postContentInitializer, postCompiler, subPostCompiler, AlbumDialog, userCard, Post, Timeline; $ = require("./..\\..\\..\\..\\..\\bower_components\\jquery\\dist\\jquery"); require("./..\\..\\..\\..\\..\\bower_components\\jquery.transit\\jquery.transit.js"); Sortable = require("./..\\..\\..\\..\\..\\bower_components\\Sortable\\Sortable.js") require("./..\\..\\..\\..\\..\\bower_components\\Sortable\\ng-sortable.js") require("./..\\..\\..\\..\\..\\bower_components\\Sortable\\knockout-sortable.js") require("./..\\..\\..\\..\\..\\bower_components\\Sortable\\react-sortable-mixin.js")ploadFile...

Can I define this option in gulp?

Hi. `debowerify` is currently `#69` in my [list of modules](https://gist.github.com/ChALkeR/d39b49642e02277d2292d66c2ea0bced) that would likely be broken when https://github.com/nodejs/node/pull/6413 lands (which is anticipated to happen before v7.0). Note that `graceful-fs@1` and `graceful-fs@4`...

``` (node:6292) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. ```

Prevents graceful-fs warnings during npm install that were due to old bower dependencies.

I found the BSD license listed in package.json but the license itself is not included with the software

Hi everyone, I could be completely missing something here, but it looks the debowerify package at npm has drifted from the current master. Specifically, it does not include the preferNPM...

I am using a combo of **browserify** and **debowerify**. Now I am trying to write test specs using **mocha**. But when I run `mocha` it was not able to find...