Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6c82b54d
...
6c82b54db3b2b12a3bf57513531dee3ad8c5fe3e
authored
2013-03-12 14:43:57 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
moved sphinx docs to master repository
1 parent
7aad8fe7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
10 deletions
.gitignore
.gitmodules
Makefile
docs
.gitignore
View file @
6c82b54
.DS_Store
*.xml
*.png
/docs/*.js
/docs/*.xml
/docs/_build
/tmp
...
...
.gitmodules
View file @
6c82b54
[submodule "docs"]
path = docs
url = git://github.com/n1k0/casperjs.git
Makefile
View file @
6c82b54
.PHONY
:
default
all
.PHONY
:
default
test docs selftest clitest jshint
default
:
all
default
:
test
all
:
selftest clitest jshint
test
:
selftest clitest jshint
docs
:
sphinx-build -b html ./docs docs/_build
selftest
:
-
bin/casperjs selftest
bin/casperjs selftest
clitest
:
-
python tests/clitests/runtests.py
python tests/clitests/runtests.py
jshint
:
-
jshint --config
=
.jshintconfig .
jshint --config
=
.jshintconfig .
...
...
docs
@
127fa2c9
Subproject commit
442060c4b89053177962720d76e89468afd2918e
Subproject commit
127fa2c967089939a2c23720c9ee006a42685989
...
...
Please
register
or
sign in
to post a comment