Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit ddbf9e3

Browse files
authored
Merge pull request #1608 from matin-binary/config_update
Matin/Fix slow CircleCI build
2 parents 9df26be + aa6a28d commit ddbf9e3

File tree

5 files changed

+307
-208
lines changed

5 files changed

+307
-208
lines changed

.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"proto": false, // true: Tolerate using the `__proto__` property
4141
"scripturl": false, // true: Tolerate script-targeted URLs
4242
"shadow": false, // true: Allows re-define variables later in code e.g. `var x=1; x=2;`
43-
"sub": true, // true: Tolerate using `[]` notation when it can still be expressed in dot notation
4443
"supernew": false, // true: Tolerate `new function () { ... };` and `new Object;`
4544

4645
"validthis": false, // true: Tolerate using this in a non-constructor function

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = function (grunt) {
6060
"@binary-com/binary-style/src/images/favicons/**",
6161
"!highstock-release/**", "highstock-release/highstock.js", "highstock-release/themes/**", "highstock-release/modules/exporting.js", "highstock-release/modules/offline-exporting.js", "highstock-release/highcharts-more.js",
6262
"moment/min/moment.min.js", "moment/locale/**",
63-
"text/text.js",
63+
"requirejs-text/text.js",
6464
"@binary-com/webtrader-charts/dist/webtrader-charts.iife.js",
6565
"regenerator-runtime/*",
6666
"!jquery-ui-dist/**", "jquery-ui-dist/jquery-ui.min.css", "jquery-ui-dist/jquery-ui.min.js",

0 commit comments

Comments
 (0)