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

Commit aa6a28d

Browse files
committed
Chore: install requirejs-text
1 parent addb8b3 commit aa6a28d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

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",

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"npm-modernizr": "^2.8.3",
9494
"regenerator-runtime": "^0.10.1",
9595
"require-css": "^0.1.10",
96+
"requirejs-text": "^2.0.16",
9697
"rivets": "0.8.1",
97-
"text": "2.0.16",
9898
"vanderlee-colorpicker": "^1.2.13"
9999
}
100100
}

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ window.requirejs.config({
3333
map: {
3434
"*": {
3535
"css": "lib/require-css/css.min",
36-
"text": "lib/text/text.js"
36+
"text": "lib/requirejs-text/text.js"
3737
}
3838
},
3939

0 commit comments

Comments
 (0)