Repository: incubator-freemarker-docgen Updated Branches: refs/heads/master cf47ce8cc -> 0b89e0fd9
(Prevent automatic copyright replacement in concated Gulp files.) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/0b89e0fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/0b89e0fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/0b89e0fd Branch: refs/heads/master Commit: 0b89e0fd956090206dc6480985abe50bb4f97fa9 Parents: cf47ce8 Author: ddekany <[email protected]> Authored: Sat Jan 2 02:32:44 2016 +0100 Committer: ddekany <[email protected]> Committed: Sat Jan 2 02:32:44 2016 +0100 ---------------------------------------------------------------------- gulpfile.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/0b89e0fd/gulpfile.js ---------------------------------------------------------------------- diff --git a/gulpfile.js b/gulpfile.js index bf51a8b..405c6be 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,6 +19,7 @@ var copyrightHeader = fs.readFileSync(path.join(__dirname, 'gulp-output-copyrigh var doNotEditHeader = "/*\n" + " * GENERATED WITH GULP - DO NOT EDIT!\n" + " * Any copyright headers below are coming from the source files from which this file was generated.\n" + + " * <#DO_NOT_UPDATE_COPYRIGHT>\n" + " */\n\n" gulp.task('styles', function() {
