New domain in the build header
This commit is contained in:
@@ -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 !== '') {
|
||||
|
||||
Reference in New Issue
Block a user