New domain in the build header

This commit is contained in:
Éric Lemoine
2014-08-29 17:27:52 +02:00
parent 5df0b4ec3b
commit ff6da7ed79

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 !== '') {