We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acfd0b commit 22f3f3dCopy full SHA for 22f3f3d
README.md
@@ -18,9 +18,9 @@ compile-js [command] [output file] [input file(s)]
18
19
Wildcard compile all js files within a directory.
20
21
-1. cd my_js_src; compile-js build ../my_src_build/myapp.min.js
22
-2. or
23
-3. compile-js build /path/my_src_build/myapp.min.js /path/to/my_src/
+. cd my_js_src; compile-js build ../my_src_build/myapp.min.js
+. or
+. compile-js build /path/my_src_build/myapp.min.js /path/to/my_src/
24
25
Create a manifest list of js files
26
0 commit comments