The common.js script makes a "common" object available

This commit is contained in:
Tim Schaub
2015-04-17 09:49:53 -06:00
parent eff14b06e0
commit c5cf709c55
50 changed files with 55 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ var marked = require('marked');
var pkg = require('../package.json');
var markupRegEx = /([^\/^\.]*)\.html$/;
var cleanupJSRegEx = /.*(goog\.require(.*);|.*renderer: exampleNS\..*,?)[\n]*/g;
var cleanupJSRegEx = /.*(goog\.require(.*);|.*renderer: common\..*,?)[\n]*/g;
var isCssRegEx = /\.css$/;
var isJsRegEx = /\.js$/;