Added smart custo detection

This commit is contained in:
Benoit Schweblin 2013-04-05 19:38:30 +01:00
parent 30eb0d88ca
commit 02a263df2d
3 changed files with 5 additions and 7 deletions

View File

@ -1 +1 @@
CACHE MANIFEST # v24 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/prod/custo.js js/async-runner.js js/bootstrap.js js/config.js js/gdrive.js js/jgrowl.js js/jquery.js js/jquery-ui.js js/layout.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/require.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * CACHE MANIFEST # v24 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/bootstrap.js js/config.js js/custo.github.js js/gdrive.js js/jgrowl.js js/jquery.js js/jquery-ui.js js/layout.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/require.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: *

View File

@ -1,14 +1,12 @@
// Use specific customization for production // Use specific customization for sites
var custoPath = 'dev/custo'; var configPaths = {};
if(location.hostname == "benweet.github.com") { if(location.hostname == "benweet.github.com") {
custoPath = 'prod/custo'; paths.custo = 'custo.github';
} }
// RequireJS configuration // RequireJS configuration
requirejs.config({ requirejs.config({
paths: { paths: configPaths,
'custo': custoPath
},
shim: { shim: {
'jquery-ui': ['jquery'], 'jquery-ui': ['jquery'],
'bootstrap': ['jquery'], 'bootstrap': ['jquery'],