Skip to content

Commit 5feed67

Browse files
Drupslegrand45
authored andcommitted
Misc fixes for the tooling.
1 parent e96d3be commit 5feed67

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

examples/js_of_ocaml/build.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ ocamlbuild -use-ocamlfind \
99

1010
# Build JS code from the OCaml bytecode
1111
js_of_ocaml +weak.js --opt 3 -o js/todomvc.js todomvc.byte
12-
13-
# To disable JS linters at a file level, you can for instance use sed:
14-
# sed -i '' '1i\
15-
# // jscs:disable
16-
# ' js/todomvc.js
17-
# sed -i '' '1i\
18-
# /* jshint ignore:start */
19-
# ' js/todomvc.js
20-

0 commit comments

Comments
 (0)