Skip to content

Commit 5ece01a

Browse files
committed
docs(): new docs! no php!
1 parent e6e0837 commit 5ece01a

File tree

155 files changed

+24103
-377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+24103
-377
lines changed

Diff for: circle.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ general:
66
## Customize the test machine
77
machine:
88
node:
9-
version: 5.11.1
9+
version: 6.9.4
1010
post:
1111
- npm install -g gulp-cli
1212

@@ -22,7 +22,10 @@ dependencies:
2222
# builds. If you need to, you can add custom paths to cache:
2323
cache_directories:
2424
- "test/fixtures/node_modules"
25+
- "docs/node_modules"
2526
override:
27+
- npm i
28+
- cd docs && npm i
2629
- gulp updateFixtures:test
2730
- gulp installFixtures
2831
post:
@@ -39,13 +42,12 @@ notify:
3942
# A list of hook hashes, containing the url field
4043
# gitter hook
4144
- url: https://webhooks.gitter.im/e/ac3980c61cb722b9e789
42-
43-
# deployment:
44-
# docs:
45-
# branch: master
46-
# commands:
47-
# - composer global require justinwalsh/daux.io
48-
# - gulp docs
45+
46+
deployment:
47+
docs:
48+
branch: master
49+
commands:
50+
- cd docs && npm run build && npm run deploy
4951

5052
#test:
5153
# pre:

Diff for: daux/templates/content.php

-41
This file was deleted.

Diff for: daux/templates/error.php

-11
This file was deleted.

Diff for: daux/templates/home.php

-85
This file was deleted.

Diff for: daux/templates/layout/00_layout.php

-86
This file was deleted.

Diff for: daux/templates/layout/05_page.php

-108
This file was deleted.

Diff for: daux/templates/partials/google_analytics.php

-9
This file was deleted.

Diff for: daux/templates/partials/navbar_content.php

-11
This file was deleted.

0 commit comments

Comments
 (0)