Skip to content

Instantly share code, notes, and snippets.

View ThomasRooney's full-sized avatar

Thomas Rooney ThomasRooney

View GitHub Profile
@plemarquand
plemarquand / Gruntfile.js
Created April 21, 2014 19:11
Gruntfile: Relative sourcemap paths with grunt-browserify and mold-source-map
module.exports = function(grunt) {
// load only required grunt tasks as tasks are run
require('jit-grunt')(grunt);
// Project configuration.
grunt.initConfig({
browserify : {
files : {
'test/browserified_unit_tests.js' : 'test/spec/**.js'