File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 @echo ' make test-browsers Run tests in a local web browser.'
1919 @echo ' make view-cov View the most recent code coverage report.'
2020 @echo ' make view-browser-tests View browser tests in a local web browser.'
21+ @echo ' make docs-src Generate source documentation.'
22+ @echo ' make view-src-docs View source documentation.'
2123 @echo ' make lint Run code linting.'
2224 @echo ' make install Install dependencies.'
2325 @echo ' make clean Clean the build directory.'
@@ -344,11 +346,11 @@ coverage-codecov: test-cov
344346 cat $(ISTANBUL_LCOV_INFO_PATH ) | $(CODECOV )
345347
346348
347- # DOCS #
349+ # SOURCE DOCS #
348350
349- .PHONY : docs docs-jsdoc view-docs
351+ .PHONY : docs-src docs-jsdoc view-src -docs
350352
351- docs : docs-jsdoc
353+ docs-src : docs-jsdoc
352354
353355docs-jsdoc : node_modules
354356 rm -rf $(JSDOC_OUT )
@@ -359,7 +361,7 @@ docs-jsdoc: node_modules
359361 --destination $(JSDOC_OUT ) \
360362 $(SOURCES )
361363
362- view-docs :
364+ view-src- docs :
363365 $(OPEN ) $(JSDOC_HTML_PATH )
364366
365367
You can’t perform that action at this time.
0 commit comments