Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5db348b
first cut of changing of to cabin using nodejs
pilsy Aug 31, 2015
7e65383
chore(site): Converted the home and developer pages
pilsy Sep 10, 2015
16649b0
chore(docs): Moving the docs over from jekyll - WIP
pilsy Sep 10, 2015
84f018c
fix(scripts): Re-adding in all old scripts
pilsy Oct 6, 2015
82aaf87
docs(backend): More backend documentation moved over plus a new subdo…
pilsy Oct 6, 2015
b3a83e3
fix(nav): About link updated
pilsy Oct 6, 2015
9852b87
fix(watch): Grunt task now correctly watches all files for changes
pilsy Oct 6, 2015
4ee3a2b
chore(docs): More backend documentation moved over into the new site
pilsy Oct 6, 2015
e2dcb65
chore(forum): Bringing the forum over to the new site
pilsy Oct 6, 2015
b443409
chore(docs): Finishing up dependency injection subdocs page
pilsy Oct 6, 2015
ff11468
docs(backend): Most files changed over and almost finished classes, 4…
pilsy Oct 12, 2015
a444bc6
docs(backend): More work on converting to cabin instead of jekyll
pilsy Oct 12, 2015
aea1413
docs(backend): More work building the new site without jekyll
pilsy Oct 13, 2015
097b816
docs(classes): Backend docs completed
pilsy Oct 24, 2015
96e3b42
docs(backend): Module docs halfway through
pilsy Oct 24, 2015
8792db0
docs(backend): Modules docs halfway complete
pilsy Oct 24, 2015
8fadbac
docs(backend): Modules documentation is almost fully ported over
pilsy Oct 24, 2015
1838a65
docs(backend): Modules docs fully converted over
pilsy Oct 25, 2015
b11b29a
docs(backend): Controllers section fully converted
pilsy Oct 31, 2015
2614228
feat(forum): Use the correct layout
pilsy Oct 31, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

8 changes: 0 additions & 8 deletions .gitattributes

This file was deleted.

53 changes: 16 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,21 @@
# Ignore everthing except docs files
_gh_pages
_site
.ruby-version

# Numerous always-ignore extensions
*.diff
*.err
*.orig
lib-cov
*.seed
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.csv
*.dat
*.out
*.pid
*.gz

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea
pids
logs
results

# Komodo
*.komodoproject
.komodotools
npm-debug.log
node_modules

# grunt-html-validation
validation-status.json
validation-report.json
.sass-cache

# Folders to ignore
node_modules
bower_components
# Cabin-specific ignored files
dist
.grunt
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion CNAME

This file was deleted.

190 changes: 0 additions & 190 deletions CONTRIBUTING.md

This file was deleted.

Loading