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

Commit

Permalink
Merge pull request #1608 from matin-binary/config_update
Browse files Browse the repository at this point in the history
Matin/Fix slow CircleCI build
  • Loading branch information
matin-deriv authored May 19, 2022
2 parents 9df26be + aa6a28d commit ddbf9e3
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 208 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"proto": false, // true: Tolerate using the `__proto__` property
"scripturl": false, // true: Tolerate script-targeted URLs
"shadow": false, // true: Allows re-define variables later in code e.g. `var x=1; x=2;`
"sub": true, // true: Tolerate using `[]` notation when it can still be expressed in dot notation
"supernew": false, // true: Tolerate `new function () { ... };` and `new Object;`

"validthis": false, // true: Tolerate using this in a non-constructor function
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function (grunt) {
"@binary-com/binary-style/src/images/favicons/**",
"!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",
"moment/min/moment.min.js", "moment/locale/**",
"text/text.js",
"requirejs-text/text.js",
"@binary-com/webtrader-charts/dist/webtrader-charts.iife.js",
"regenerator-runtime/*",
"!jquery-ui-dist/**", "jquery-ui-dist/jquery-ui.min.css", "jquery-ui-dist/jquery-ui.min.js",
Expand Down
Loading

0 comments on commit ddbf9e3

Please sign in to comment.