Skip to content

Commit 65f63f9

Browse files
authored
Fix codecombat patch (#117)
1 parent 8ab78cc commit 65f63f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/codecombat/decaffeinate.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ index e008887fa..d10ebdf1d 100644
6262
transports: ['polling'],
6363

6464
diff --git a/package.json b/package.json
65-
index 2d78ee9a9..b42d8feaa 100644
65+
index c2410e7b0..0100228d7 100644
6666
--- a/package.json
6767
+++ b/package.json
6868
@@ -33,7 +33,6 @@
@@ -87,7 +87,7 @@ index fb5e78004..a94be4631 100644
8787
var oldIt = global.it;
8888
global.it = function(description, testFn) {
8989
diff --git a/webpack.base.config.js b/webpack.base.config.js
90-
index b0959b487..65d859731 100644
90+
index 2e3017c7d..759aae42b 100644
9191
--- a/webpack.base.config.js
9292
+++ b/webpack.base.config.js
9393
@@ -8,6 +8,8 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
@@ -107,10 +107,10 @@ index b0959b487..65d859731 100644
107107
- './app/core/utils.coffee',
108108
+ './app/core/CocoClass.js',
109109
+ './app/core/utils.js',
110-
'./vendor/scripts/Box2dWeb-2.1.a.3',
111110
'./vendor/scripts/string_score.js',
112111
'./bower_components/underscore.string',
113-
@@ -54,6 +56,9 @@ module.exports = (env) => {
112+
'./vendor/scripts/coffeescript.js',
113+
@@ -53,6 +55,9 @@ module.exports = (env) => {
114114
{ test: /\.coffee$/, use: [
115115
{ loader: 'coffee-loader' },
116116
] },
@@ -120,7 +120,7 @@ index b0959b487..65d859731 100644
120120
{ test: /\.jade$/, use: { loader: 'jade-loader', options: { root: path.resolve('./app') } } },
121121
{ test: /\.pug$/, use: { loader: 'jade-loader', options: { root: path.resolve('./app') } } },
122122
{
123-
@@ -128,7 +133,7 @@ module.exports = (env) => {
123+
@@ -127,7 +132,7 @@ module.exports = (env) => {
124124
from: 'bower_components/esper.js/esper.js',
125125
to: 'javascripts/esper.js'
126126
},{

0 commit comments

Comments
 (0)