Skip to content

Commit 6fc89d9

Browse files
committed
Add a link to the github repo from the compiled header
1 parent f845fef commit 6fc89d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gulpfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ var VERSION = require('./package.json').version;
1515
var DEV_HEADER = (
1616
'/**\n' +
1717
' * Parse JavaScript SDK v' + VERSION + '\n' +
18+
' *\n' +
19+
' * The source tree of this library can be found at\n' +
20+
' * https://github.com/ParsePlatform/Parse-SDK-JS\n' +
1821
' */\n'
1922
);
2023

@@ -25,6 +28,8 @@ var FULL_HEADER = (
2528
' * Copyright (c) 2015-present, Parse, LLC.\n' +
2629
' * All rights reserved.\n' +
2730
' *\n' +
31+
' * The source tree of this library can be found at\n' +
32+
' * https://github.com/ParsePlatform/Parse-SDK-JS\n' +
2833
' * This source code is licensed under the BSD-style license found in the\n' +
2934
' * LICENSE file in the root directory of this source tree. An additional grant\n' +
3035
' * of patent rights can be found in the PATENTS file in the same directory.\n' +

0 commit comments

Comments
 (0)