add missing files for the last commit
did
committed Jan 13, 2014
commit b3f449d46657e6ea6a9ecd271408dbf84687d7aa
Showing 4
changed files with
15 additions
and 0 deletions
generators/bootstrap2/icon.png
+0
-0
generators/bootstrap3/icon.png
+0
-0
generators/foundation/icon.png
+0
-0
locomotive/wagon/misc/thor.rb b/lib/locomotive/wagon/misc/thor.rb
+15
-0
| @@ | @@ -0,0 +1,15 @@ |
| + | require 'thor/shell/color' |
| + | |
| + | class Thor |
| + | module Shell |
| + | class ForceColor < ::Thor::Shell::Color |
| + | |
| + | protected |
| + | |
| + | def can_display_colors? |
| + | true |
| + | end |
| + | |
| + | end |
| + | end |
| + | end |
| \ No newline at end of file | |