Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ general:
## Customize the test machine
machine:
node:
version: 5.11.1
version: 6.9.4
post:
- npm install -g gulp-cli

Expand All @@ -22,7 +22,10 @@ dependencies:
# builds. If you need to, you can add custom paths to cache:
cache_directories:
- "test/fixtures/node_modules"
- "docs/node_modules"
override:
- npm i
- cd docs && npm i
- gulp updateFixtures:test
- gulp installFixtures
post:
Expand All @@ -39,13 +42,12 @@ notify:
# A list of hook hashes, containing the url field
# gitter hook
- url: https://webhooks.gitter.im/e/ac3980c61cb722b9e789

# deployment:
# docs:
# branch: master
# commands:
# - composer global require justinwalsh/daux.io
# - gulp docs

deployment:
docs:
branch: master
commands:
- cd docs && npm run build && npm run deploy

#test:
# pre:
Expand Down
41 changes: 0 additions & 41 deletions daux/templates/content.php

This file was deleted.

11 changes: 0 additions & 11 deletions daux/templates/error.php

This file was deleted.

85 changes: 0 additions & 85 deletions daux/templates/home.php

This file was deleted.

86 changes: 0 additions & 86 deletions daux/templates/layout/00_layout.php

This file was deleted.

108 changes: 0 additions & 108 deletions daux/templates/layout/05_page.php

This file was deleted.

9 changes: 0 additions & 9 deletions daux/templates/partials/google_analytics.php

This file was deleted.

11 changes: 0 additions & 11 deletions daux/templates/partials/navbar_content.php

This file was deleted.

Loading