Skip to content

Commit 25f0b7e

Browse files
committed
Fixes copying of non-existent file 'app/templates/src/api-settings.coffee'; it was removed in commit '442bdde3975a87e27ce6bf89d1388458a5af4e0f'.
1 parent de0de66 commit 25f0b7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292

9393
this.copy( 'GruntFile.coffee', 'GruntFile.coffee' );
9494
this.copy( 'src/index.coffee', 'src/' + this._.slugify( this.mainName ) + '.coffee' );
95-
this.copy( 'src/api-settings.coffee', 'src/api-settings.coffee' );
9695
this.copy( 'src/api/base.coffee', 'src/api/base.coffee' );
9796
};
9897

@@ -102,4 +101,4 @@
102101
this.copy( 'jshintrc', '.jshintrc' );
103102
this.copy( 'gitignore', '.gitignore' );
104103
};
105-
} )();
104+
} )();

0 commit comments

Comments
 (0)