tangled
alpha
login
or
join now
jon.recoil.org
/
jsoo-code-mirror
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add comment to makefile "bundle" action
Ulysse Gérard
3 years ago
118a3410
00ccc8d7
+2
1 changed file
expand all
collapse all
unified
split
Makefile
+2
Makefile
···
6
6
node:
7
7
npm install
8
8
9
9
+
# Use that command if you want to re-generate the static bundled in the includes
10
10
+
# folder, for example if there was an update of code-mirror.
9
11
bundle: node
10
12
dune build --profile=with-bundle
11
13