Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created June 3, 2015 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonlemay/512baf90cf4969c6b7c7 to your computer and use it in GitHub Desktop.
Save jasonlemay/512baf90cf4969c6b7c7 to your computer and use it in GitHub Desktop.
////////////////////////////////////////////////////////////////////
// Paths
////////////////////////////////////////////////////////////////////
var paths = {
generated: './../src/main/webapp/_theme-guide',
themeFiles: './theme-files',
themeProperties: './theme-properties',
java: './../src/main/java/com/arcbees/website/client/resources/theme',
resources: './../src/main/resources/com/arcbees/website/client/resources/theme'
};
var gwt = {
name: 'theme',
pckg: 'com.arcbees.website.client.resources.theme'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment