Merge pull request #2660 from elemoine/domain

New domain in the build header
This commit is contained in:
Éric Lemoine
2014-08-29 17:50:31 +02:00

View File

@@ -195,7 +195,7 @@ function build(config, paths, callback) {
*/
function addHeader(compiledSource, callback) {
exec('git describe --tags', function(error, stdout, stderr) {
var header = '// OpenLayers 3. See http://ol3.js.org/\n';
var header = '// OpenLayers 3. See http://openlayers.org/\n';
header += '// License: https://raw.githubusercontent.com/openlayers/' +
'ol3/master/LICENSE.md\n';
if (stdout !== '') {