Last active
August 29, 2015 13:59
-
-
Save jfsiii/10440917 to your computer and use it in GitHub Desktop.
Now tracking at https://github.com/jfsiii/browserify-shim-nvd3/issues/1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BROWSERIFYSHIM_DIAGNOSTICS=1 \ | |
| $(npm bin)/browserify \ | |
| -t deamdify \ | |
| -r es5-shim \ | |
| -r es5-sham \ | |
| -r jquery \ | |
| -r flight \ | |
| -r bootstrap \ | |
| -r d3 \ | |
| -r nvd3 \ | |
| -r ./lib/bower_components/twitter_cldr/full/en.js:twitter_cldr \ | |
| ./src/main/js/index.js \ | |
| > ./src/main/resources/static/js/common.js | |
| { file: '/path/to/project/lib/bower_components/d3/d3.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| shim: { exports: 'd3', depends: undefined }, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: | |
| [ 'Found "jquery" in browser field referencing "./lib/bower_components/jquery/jquery.js" and resolved it to "/path/to/project/lib/bower_components/jquery/jquery.js"', | |
| 'Found "bootstrap" in browser field referencing "./lib/bower_components/bootstrap/dist/js/bootstrap.js" and resolved it to "/path/to/project/lib/bower_components/bootstrap/dist/js/bootstrap.js"', | |
| 'Found depends "jquery" exposed in browser field', | |
| 'Found "d3" in browser field referencing "./lib/bower_components/d3/d3.js" and resolved it to "/path/to/project/lib/bower_components/d3/d3.js"', | |
| 'Found "nvd3" in browser field referencing "./lib/bower_components/nvd3/nv.d3.js" and resolved it to "/path/to/project/lib/bower_components/nvd3/nv.d3.js"', | |
| 'Found depends "d3" exposed in browser field', | |
| { resolved: | |
| { '/path/to/project/lib/bower_components/jquery/jquery.js': { exports: 'jQuery', depends: undefined }, | |
| '/path/to/project/lib/bower_components/bootstrap/dist/js/bootstrap.js': { exports: null, depends: { jquery: null } }, | |
| '/path/to/project/lib/bower_components/d3/d3.js': { exports: 'd3', depends: undefined }, | |
| '/path/to/project/lib/bower_components/nvd3/nv.d3.js': { exports: 'nv', depends: { d3: null } } } } ] } | |
| { file: '/path/to/project/src/main/js/index.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/index.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/externals.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/analytics_listener.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/compose.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/advice.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/component.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/logger.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/registry.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/utils.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/debug.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/base.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/analytics.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BROWSERIFYSHIM_DIAGNOSTICS=1 \ | |
| $(npm bin)/browserify \ | |
| -t deamdify \ | |
| -x es5-shim \ | |
| -x es5-sham \ | |
| -x jquery \ | |
| -x flight \ | |
| -x bootstrap \ | |
| -x d3 \ | |
| -x nvd3 \ | |
| -x twitter_cldr \ | |
| ./src/main/js/page/main.js \ | |
| > ./src/main/resources/static/js/default.js | |
| { file: '/path/to/project/src/main/js/page/main.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: | |
| [ 'Found "jquery" in browser field referencing "./lib/bower_components/jquery/jquery.js" and resolved it to "/path/to/project/lib/bower_components/jquery/jquery.js"', | |
| 'Found "bootstrap" in browser field referencing "./lib/bower_components/bootstrap/dist/js/bootstrap.js" and resolved it to "/path/to/project/lib/bower_components/bootstrap/dist/js/bootstrap.js"', | |
| 'Found depends "jquery" exposed in browser field', | |
| 'Found "d3" in browser field referencing "./lib/bower_components/d3/d3.js" and resolved it to "/path/to/project/lib/bower_components/d3/d3.js"', | |
| 'Found "nvd3" in browser field referencing "./lib/bower_components/nvd3/nv.d3.js" and resolved it to "/path/to/project/lib/bower_components/nvd3/nv.d3.js"', | |
| 'Found depends "d3" exposed in browser field', | |
| { resolved: | |
| { '/path/to/project/lib/bower_components/jquery/jquery.js': { exports: 'jQuery', depends: undefined }, | |
| '/path/to/project/lib/bower_components/bootstrap/dist/js/bootstrap.js': { exports: null, depends: { jquery: null } }, | |
| '/path/to/project/lib/bower_components/d3/d3.js': { exports: 'd3', depends: undefined }, | |
| '/path/to/project/lib/bower_components/nvd3/nv.d3.js': { exports: 'nv', depends: { d3: null } } } } ] } | |
| { file: '/path/to/project/lib/bower_components/jquery/jquery.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: { exports: 'jQuery', depends: undefined }, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/scrollspy.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/metric_tab_views.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/tab_controls.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/secondary_nav.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/overview.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/time_range_controls.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/timeseries.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/metric_percent_change.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/view_tweets.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/top_n.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/top_n.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/line_chart_cumulative.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/view_tweets.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/best_practices.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/best_practices.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/funnel.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/annotations.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/line_chart_annotations.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/chart_controls.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/export.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/funnel.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/date_range.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/export.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/metric_by_card_type.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/metric_by_card_type.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/state.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/nvd3/nv.d3.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: { exports: 'nv', depends: { d3: null } }, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/d3/d3.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: { exports: 'd3', depends: undefined }, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/flight/lib/index.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/ladda/js/ladda.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/hogan_renderer.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/with_percent_change.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/with_single_ajax_request.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/with_chart_ui.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/with_annotations_tooltips.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/with_metric_colors.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/with_metric_labels.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/i18n.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/with_date_range_formatter.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/data/util/formatter.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/chart_models/line_chart_cumulative.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/src/main/js/ui/chart_models/bar_chart_horizontal.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: undefined, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } | |
| { file: '/path/to/project/lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| info: | |
| { package_json: '/path/to/project/package.json', | |
| packageDir: '/path/to/project', | |
| resolvedPreviously: true, | |
| shim: { exports: null, depends: { jquery: null } }, | |
| exposeGlobals: {}, | |
| browser: | |
| { 'es5-shim': './lib/bower_components/es5-shim/es5-shim.js', | |
| 'es5-sham': './lib/bower_components/es5-shim/es5-sham.js', | |
| jquery: './lib/bower_components/jquery/jquery.js', | |
| d3: './lib/bower_components/d3/d3.js', | |
| nvd3: './lib/bower_components/nvd3/nv.d3.js', | |
| bootstrap: './lib/bower_components/bootstrap/dist/js/bootstrap.js', | |
| flight: './lib/bower_components/flight/lib/index.js', | |
| 'bootstrap-datepicker': './lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js', | |
| ladda: './lib/bower_components/ladda/js/ladda.js' }, | |
| 'browserify-shim': | |
| { jquery: 'jQuery', | |
| bootstrap: { depends: [ 'jquery' ] }, | |
| d3: 'd3', | |
| nvd3: { depends: [ 'd3' ], exports: 'nv' } }, | |
| dependencies: undefined }, | |
| messages: [] } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // files which will be placed in a common bundle and accessible from other scripts | |
| require('es5-shim'); | |
| require('es5-sham'); | |
| require('jquery'); | |
| require('flight'); | |
| require('bootstrap'); | |
| require('d3'); | |
| require('nvd3'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require('./externals'); | |
| require('./ui/analytics_listener').attachTo(document.body); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var nv = require('nvd3'); | |
| var chart = nv.models.multiBarHorizontalChart(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // see https://github.com/novus/nvd3/blob/v1.1.12-beta/nv.d3.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "browserify": { | |
| "transform": [ | |
| "browserify-shim" | |
| ] | |
| }, | |
| "browser": { | |
| "es5-shim": "./lib/bower_components/es5-shim/es5-shim.js", | |
| "es5-sham": "./lib/bower_components/es5-shim/es5-sham.js", | |
| "jquery": "./lib/bower_components/jquery/jquery.js", | |
| "d3": "./lib/bower_components/d3/d3.js", | |
| "nvd3": "./lib/bower_components/nvd3/nv.d3.js", | |
| "bootstrap": "./lib/bower_components/bootstrap/dist/js/bootstrap.js", | |
| "flight": "./lib/bower_components/flight/lib/index.js", | |
| "bootstrap-datepicker": "./lib/bower_components/bootstrap-datepicker/js/bootstrap-datepicker.js", | |
| "ladda": "./lib/bower_components/ladda/js/ladda.js" | |
| }, | |
| "browserify-shim": { | |
| "jquery": "jQuery", | |
| "bootstrap": { | |
| "depends": [ | |
| "jquery" | |
| ] | |
| }, | |
| "d3": "d3", | |
| "nvd3": { | |
| "depends": [ | |
| "d3" | |
| ], | |
| "exports": "nv" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

