Skip to content

Commit

Permalink
Add Composer for later building tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-udvari committed Aug 31, 2015
1 parent 4249d58 commit 139128d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
composer.lock
2 changes: 1 addition & 1 deletion Bootgenie.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function _initialize()
self::addOverride('publish/latestArticles', 'bootgenie/publish_latestArticles', 'component');

// Disable for testing
// $this->_enabled = false;
// $this->_enabled = false;
$this->debug = true;
}

Expand Down
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gabor-udvari/bootgenie",
"description": "Bootstrap theme for The Bug Genie",
"license": "MPL-2.0",
"authors": [
{
"name": "Gábor Udvari",
"email": "gabor.udvari@gmail.com"
}
],
"require": {},
"require-dev": {
"codegyre/robo": "*",
"fxp/composer-asset-plugin": "~1.0"
}
}

0 comments on commit 139128d

Please sign in to comment.