Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update other main xstyle module references
  • Loading branch information
kriszyp committed Mar 29, 2013
1 parent dd535a2 commit 09da22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Expand Up @@ -34,7 +34,7 @@ if(typeof define == 'undefined'){
pathModule = require('path'),
xstyle;
define = pseudoDefine;
require('./xstyle');
require('./main');
}else{
define(['build/fs'], function(fsModule){
fs = fsModule;
Expand Down
2 changes: 1 addition & 1 deletion build/amd-css.js
Expand Up @@ -10,7 +10,7 @@ define(["dojo/json", "build/fs", "../build"], function(json, fs, buildModule){
var cssPlugin = bc.amdResources["xstyle/css"],
stylesheetInfo = bc.getSrcModuleInfo(mid, referenceModule, true),
cssResource = bc.resources[stylesheetInfo.url],
xstyleModuleInfo = bc.getSrcModuleInfo("xstyle/xstyle", referenceModule, true),
xstyleModuleInfo = bc.getSrcModuleInfo("xstyle/main", referenceModule, true),
xstyleText = fs.readFileSync(xstyleModuleInfo.url + '.js', "utf8"),
xstyleProcess = buildModule(xstyleText),
layer = referenceModule.layer,
Expand Down

0 comments on commit 09da22e

Please sign in to comment.