Commit Graph

6 Commits

Author SHA1 Message Date
Brandon Mathis
a4adca5fcd Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory 2013-03-11 01:38:18 -05:00
Brandon Mathis
4f86b1a2f6 Fixed jQuery each and map functions (added index) 2013-03-10 16:02:40 -05:00
Parker Moore
768fa8ed39 Remove Twitter timeline SCSS. 2013-03-05 23:00:21 +01:00
Parker Moore
63391c59dc Do not require twitter in site.coffee. 2013-03-05 22:55:39 +01:00
Parker Moore
ef13e1ff61 Remove Twitter Timeline CoffeeScript. 2013-03-05 22:53:34 +01:00
Brandon Mathis
7bdab0e65c Added javascript asset management and improved Rakefiles and configuration for themes and plugins.
- Added Guard for file watching
- Configs can be automatically reloaded
- Static asset changes do not trigger Jekyll build
- CommonJS modular js support proved by stich-rb
- Javascript is concatenated and uglified
- Environment variables toggle uglify and fingerprinting
- New Jekyll plugin config_tag
- New Jekyll plugin javascript_assets_tag
- Added theme specific configurations
- Custome Jekyll Guard to the rescue
- Install, Generate, Watch, and Preview work with Guard now.
- Now configs are no longer tracked by Octopress, only theme defauts are.
- Console messages can be colorized.
- misc config reorganization and improvements
2013-03-04 01:12:10 -06:00