Add temporary workaround for build failure
Currently builds are failing due to a dependency-of-dependency update in gulp-header (via gulp-angular-templatecache) that is looking for a file that doesn't exist. This adds an empty file to satisfy it as a workaround. Change-Id: I6849892d8f6d4a397f6fc29975041c6da9fef0f8
This commit is contained in:
parent
f264fac5b1
commit
6a5fc4fd38
22
app/views/templates.js
Normal file
22
app/views/templates.js
Normal file
@ -0,0 +1,22 @@
|
||||
/* (C) Copyright 2016 Hewlett Packard Enterprise Development Company LP
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
* not use this file except in compliance with the License. You may obtain
|
||||
* a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
* License for the specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* A temporary workaround for a dependency bug. See:
|
||||
* https://github.com/tracker1/gulp-header/issues/37
|
||||
*
|
||||
* (This isn't even the real path to our templates.js, but it seems to satisfy
|
||||
* gulp-plugin regardless.)
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user