packer icon indicating copy to clipboard operation
packer copied to clipboard

Simple port of /packer/ by Dean Edwards to node.js

Results 6 packer issues
Sort by recently updated
recently updated
newest added

Hi, would you consider upgrading the version of `jsdom` for this package? I have been running into a bunch of issues with `node-gyp rebuild` failing from `contextify` in Node 8,...

Code before packing: `for(var myvar=0,t=0;;){}` Coder After packing `for(var myvar=0,t=0;){}` javascript error: `Uncaught SyntaxError: Unexpected token )` because the second semicolon is part from for statement.

I`m trying to install the plugin via NPM and I`m getting this error every single time ``` $ npm install --save-dev gulp-packer > [email protected] install C:\test\node_modules\contextify > node-gyp rebuild C:\test\node_modules\contextify>if...

Hello, first of all thank You for the great work!!! Dean you are one of my heroes!!! But I'm not here for adulation: starting from the same code the node...

Hi. I so this package on https://www.npmjs.org/package/packer, can I used in Grunt.js ?

hi, do you have the unpacker version?