We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d045f5 commit cf3b635Copy full SHA for cf3b635
app/index.js
@@ -256,10 +256,6 @@ Generator.prototype.packageFiles = function packageFiles() {
256
this.template('root/_Gruntfile.js', 'Gruntfile.js');
257
};
258
259
-Generator.prototype.imageFiles = function imageFiles() {
260
- this.directory('app/images');
261
-};
262
-
263
Generator.prototype._injectDependencies = function _injectDependencies() {
264
if (this.options['skip-install']) {
265
this.log(
common/index.js
@@ -26,4 +26,5 @@ Generator.prototype.setupEnv = function setupEnv() {
26
this.copy('app/favicon.ico');
27
this.copy('app/robots.txt');
28
this.copy('app/views/main.html');
29
+ this.directory('app/images');
30
0 commit comments