Skip to content

Commit

Permalink
switch from HANDJS to PEP
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 12, 2016
1 parent e13d967 commit 8940f30
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 46 deletions.
14 changes: 7 additions & 7 deletions lib/gameinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,13 +565,13 @@ GameInfo.prototype.parseGameInfo = function(contents, packagePath, rootPath) {
" hft: '../../../../hft/0.x.x/scripts',",
" },",
" shim: {",
" '3rdparty/handjs/hand-1.3.7': {",
" '3rdparty/pep.min': {",
" //These script dependencies should be loaded before loading",
" //hand.js",
" //pep.js",
" deps: [],",
" //Once loaded, use the global 'HANDJS' as the",
" //Once loaded, use the global 'PEPNOREALLY' as the",
" //module value.",
" exports: 'HANDJ',",
" exports: 'PEPNOTREALLY',",
" },",
" },",
"});",
Expand All @@ -582,13 +582,13 @@ GameInfo.prototype.parseGameInfo = function(contents, packagePath, rootPath) {
" hft: '../../../../hft/0.x.x/scripts',",
" },",
" shim: {",
" '3rdparty/handjs/hand-1.3.7': {",
" '3rdparty/pep.min': {",
" //These script dependencies should be loaded before loading",
" //hand.js",
" deps: [],",
" //Once loaded, use the global 'HANDJS' as the",
" //Once loaded, use the global 'PEPNOTREALL' as the",
" //module value.",
" exports: 'HANDJ',",
" exports: 'PEPNOTREALLY',",
" },",
" },",
"});",
Expand Down
5 changes: 5 additions & 0 deletions public/3rdparty/pep.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8940f30

Please sign in to comment.