Skip to content

Commit

Permalink
Implement the default template files
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcginnis committed Oct 24, 2013
1 parent 36176f2 commit 2b06e7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/index.js
Expand Up @@ -67,7 +67,11 @@ DrupalBootstrapThemeGenerator.prototype.askFor = function askFor()
DrupalBootstrapThemeGenerator.prototype.theme = function theme()
{
this.mkdir('templates');
this.template('_template.php', 'template.php');
this.template('_templates_readme.txt', 'templates/readme.txt');

this.mkdir('php');
this.template('_php_readme.txt', 'php/readme.txt');

this.template('bootstrap_subtheme/_bootstrap_subtheme.info', this.themeName + '.info');
};
Expand Down

0 comments on commit 2b06e7e

Please sign in to comment.