Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6c9d823f authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

fix fs

parent ec0b9c2e
No related branches found
No related tags found
No related merge requests found
const browserify = require("browserify"); const browserify = require("browserify");
const Uglify = require("uglify-js"); const Uglify = require("uglify-js");
const fs = require("fs");
function bundle(input_path, output_path, options = {}) { function bundle(input_path, output_path, options = {}) {
if (options.minify) { if (options.minify) {
......
{ {
"name": "simple-browser-js-bundler", "name": "simple-browser-js-bundler",
"version": "0.1.0", "version": "0.1.1",
"description": "An excessively simple javascript bundler based and browserify and uglify-js", "description": "An excessively simple javascript bundler based and browserify and uglify-js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment