Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15741 from gaye/backout-bug-9500080
Browse files Browse the repository at this point in the history
Revert "Bug 950080 - add grunt jsdoc generator to gaia"
  • Loading branch information
Gareth Aye committed Jan 27, 2014
2 parents dfd0861 + b9331fc commit 1f727f9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 63 deletions.
9 changes: 0 additions & 9 deletions .jsdocrc

This file was deleted.

40 changes: 0 additions & 40 deletions Gruntfile.js

This file was deleted.

5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -986,7 +986,7 @@ endif

# clean out build products
clean:
rm -rf profile profile-debug profile-test $(PROFILE_FOLDER) $(STAGE_FOLDER) docs
rm -rf profile profile-debug profile-test $(PROFILE_FOLDER) $(STAGE_FOLDER)

# clean out build products and tools
really-clean: clean
Expand All @@ -1004,6 +1004,3 @@ build-test-unit: $(NPM_INSTALLED_PROGRAMS)

build-test-integration: $(NPM_INSTALLED_PROGRAMS)
@$(call run-build-test, $(shell find build/test/integration/*.test.js))

docs: $(NPM_INSTALLED_PROGRAMS)
grunt docs
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -168,9 +168,3 @@ See [Gaia functional tests README](https://github.com/mozilla-b2g/gaia/blob/mast
#### Endurance

See [how to run the Gaia endurance tests](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Platform/Automated_testing/endurance_tests/how_to_run_gaiaui_endurance_tests)

## Generate jsdoc

To generate API reference locally:

run `make docs` command to generate docs in `docs` folder
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -33,10 +33,8 @@
"async": "0.2.9",
"adm-zip": "0.4.3",
"dive": "0.3.0",
"grunt": "0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-jsdoc": "0.5.0",
"marionette-file-manager": "0.0.2",
"q": "~0.9.7"
"q": "~0.9.7",
"dive": "0.3.0"
}
}

0 comments on commit 1f727f9

Please sign in to comment.