UNPKG

grunt-exorcise

Version:

Move Browserify source maps to a separate file using Exorcist and Grunt

19 lines 1.25 kB
{ "version": 3, "file": "generated.js", "sources": [ "/Users/thlorenz/dev/projects/exorcist/node_modules/browserify/node_modules/browser-pack/_prelude.js", "/Users/thlorenz/dev/projects/exorcist/example/bar.js", "/Users/thlorenz/dev/projects/exorcist/example/foo.js", "/Users/thlorenz/dev/projects/exorcist/example/main.js" ], "names": [], "mappings": "AAAA;ACAA;AACA;AACA;AACA;AACA;AACA;;ACLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA", "sourcesContent": [ "(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error(\"Cannot find module '\"+o+\"'\")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})", "'use strict';\n\nvar go = module.exports = function () {\n return 'hey, I am bar'; \n};\n", "'use strict';\n\nvar bar = require('./bar');\n\nvar go = module.exports = function () {\n console.log(bar()); \n};\n", "'use strict';\n\nvar foo = require('./foo');\n\nfoo();\n" ], "sourceRoot": "" }