Merge pull request #2660 from elemoine/domain
New domain in the build header
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ function build(config, paths, callback) {
|
|||||||
*/
|
*/
|
||||||
function addHeader(compiledSource, callback) {
|
function addHeader(compiledSource, callback) {
|
||||||
exec('git describe --tags', function(error, stdout, stderr) {
|
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/' +
|
header += '// License: https://raw.githubusercontent.com/openlayers/' +
|
||||||
'ol3/master/LICENSE.md\n';
|
'ol3/master/LICENSE.md\n';
|
||||||
if (stdout !== '') {
|
if (stdout !== '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user