Skip to content

Commit

Permalink
Re-generate config file for #30
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 1, 2018
1 parent 165667b commit 47b58f0
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions js/inverse-square-law-common-config.js
Original file line number Diff line number Diff line change
@@ -1,38 +1,45 @@
// Copyright 2017, University of Colorado Boulder
// Copyright 2018, University of Colorado Boulder

/*
* IMPORTANT: This file was auto-generated by "grunt generate-config". Please do not modify this directly. Instead
* please modify inverse-square-law-common/package.json to control dependencies.
*
* RequireJS configuration file for the inverse-square-law-common sim.
* Paths are relative to the location of this file.
*/

// RequireJS configuration file for Shred (UI component lib) demo.
require.config( {
deps: [ 'main' ],

deps: [ 'inverse-square-law-common-main' ],

paths: {

// third party libs
// Third-party libs
text: '../../sherpa/lib/text-2.0.12',

// plugins
// PhET plugins
audio: '../../chipper/js/requirejs-plugins/audio',
image: '../../chipper/js/requirejs-plugins/image',
mipmap: '../../chipper/js/requirejs-plugins/mipmap',
string: '../../chipper/js/requirejs-plugins/string',
ifphetio: '../../chipper/js/requirejs-plugins/ifphetio',

// PhET libs, uppercase names to identify them in require.js imports
// PhET libs, uppercase names to identify them in require.js imports.
// IMPORTANT: DO NOT modify. This file is auto-generated. See documentation at the top.
AXON: '../../axon/js',
BRAND: '../../brand/' + phet.chipper.brand + '/js',
DOT: '../../dot/js',
INVERSE_SQUARE_LAW_COMMON: '.',
JOIST: '../../joist/js',
KITE: '../../kite/js',
PHETCOMMON: '../../phetcommon/js',
REPOSITORY: '..',
PHET_CORE: '../../phet-core/js',
PHET_IO: '../../phet-io/js',
REPOSITORY: '..',
SCENERY: '../../scenery/js',
SCENERY_PHET: '../../scenery-phet/js',
SUN: '../../sun/js',
TANDEM: '../../tandem/js',
VEGAS: '../../vegas/js',
SHRED: '../../shred/js',
VIBE: '../../vibe/js'
TANDEM: '../../tandem/js'
},

// optional cache buster to make browser refresh load all included scripts, can be disabled with ?cacheBuster=false
Expand Down

0 comments on commit 47b58f0

Please sign in to comment.