Dropped modules, spruced up Dynamic class

Dropped the bootstrap submodules since the bootstrap is moving out of this project again. Also dropped LESS, relying on an installed copy (similar to SASS)
This commit is contained in:
Josh Sherman 2013-01-31 15:01:52 -05:00
parent e70dccafd7
commit 465976818c
9 changed files with 25 additions and 26 deletions

View file

@ -22,14 +22,15 @@ PICKLES is in fact not a true MVC system and won't be masquerading around as one
### Highly Recommended Software
* PHP 5.2.0+ for native JSON support or PECL JSON 1.2.1 (included)
* PHP 5.2.0+ for native JSON support or PECL JSON 1.2.1
### Optional Software
* node, npm & lessc to compile LESS files
* sass to compile SASS files
* MySQL with PDO and PDO_MYSQL drivers
* PostgreSQL with PDO and PDO_PGSQL drivers
* SQLite 3 with PDO and PDO_SQLITE drivers
* Limited support for Mongo with Mongo driver and PECL Mongo 1.0.10 (included)
## Installation