this repo has no description

Add comment to makefile "bundle" action

+2
+2
Makefile
··· 6 6 node: 7 7 npm install 8 8 9 + # Use that command if you want to re-generate the static bundled in the includes 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