Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created October 5, 2015 00:32
Show Gist options
  • Save msrivastav13/c1f0cd3eca7154dfcc63 to your computer and use it in GitHub Desktop.
Save msrivastav13/c1f0cd3eca7154dfcc63 to your computer and use it in GitHub Desktop.
var path = {
MINIFIED_OUT: 'build.min.js',
OUT: 'build.js',
DEST: 'dist',
DEST_BUILD: 'dist/build',
DEST_SRC: 'dist/src',
ENTRY_POINT: 'ReactJS/js/App.js',
RESOURCE_DESTINATION: 'src/staticresources',
RESOURCE_NAME: 'App.resource'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment