Skip to content

Commit

Permalink
Add a link to the github repo from the compiled header
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewimm committed Sep 24, 2015
1 parent f845fef commit 6fc89d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ var VERSION = require('./package.json').version;
var DEV_HEADER = (
'/**\n' +
' * Parse JavaScript SDK v' + VERSION + '\n' +
' *\n' +
' * The source tree of this library can be found at\n' +
' * https://github.com/ParsePlatform/Parse-SDK-JS\n' +
' */\n'
);

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

0 comments on commit 6fc89d9

Please sign in to comment.