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

Commit

Permalink
Merge pull request #36 from sjlu/develop
Browse files Browse the repository at this point in the history
Rewriting to support future versions
  • Loading branch information
sjlu committed Apr 17, 2015
2 parents 68da3f1 + 8a429df commit 00d7b05
Show file tree
Hide file tree
Showing 215 changed files with 149 additions and 56,876 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.swp
application/cache
application/logs
.tmp
CodeIgniter-Bootstrap
CodeIgniter-Bootstrap.zip
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build: run

run:
./create.sh
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,34 @@ Bundles the following packages together.

* [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
* [CodeIgniter Rest Server](https://github.com/chriskacerguis/codeigniter-restserver)
* [Twiiter Bootstrap](https://github.com/twbs/bootstrap)
* [Twitter Bootstrap](https://github.com/twbs/bootstrap)
* [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
* [lodash](https://github.com/lodash/lodash)

## Use

* Download this [package](https://github.com/sjlu/CodeIgniter-Bootstrap/archive/master.zip).
* Use like any other [CodeIgniter install](http://codeigniter.com/user_guide/installation/index.html).
* Download this [package](https://github.com/sjlu/CodeIgniter-Bootstrap/releases/download/master/CodeIgniter-Bootstrap.zip)
* Use like any other [CodeIgniter install](http://codeigniter.com/user_guide/installation/index.html)

## Build

You can alternatively build your own bundle of CodeIgniter Bootstrap.

* First clone this reposistory
```
git clone git@github.com:sjlu/CodeIgniter-Bootstrap.git
cd CodeIgniter-Bootstrap
```

* Run the makefile
```
make
```

* Unzip the build
```
unzip CodeIgniter-Bootstrap.zip
```

## Docs

Expand Down
1 change: 0 additions & 1 deletion application/.htaccess

This file was deleted.

1 change: 0 additions & 1 deletion application/cache/.htaccess

This file was deleted.

10 changes: 0 additions & 10 deletions application/cache/index.html

This file was deleted.

116 changes: 0 additions & 116 deletions application/config/autoload.php

This file was deleted.

Loading

0 comments on commit 00d7b05

Please sign in to comment.