Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature ol3 upgrade #6

Merged
merged 9 commits into from
Mar 15, 2017
Merged
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@

if (isOl3) {
srcdir.push(path.join(_.lib, "external", "geoportail", "plugins-ol3", "**", "*-src.css"));
srcdir.push(path.join(_.lib, "external", "ol3", "*-debug.css"));
srcdir.push(path.join(_.lib, "external", "ol3", "*.css"));
srcdir.push(path.join(_.res, "ol3", "*.css"));
}
else if (isVG) {
Expand Down
245 changes: 0 additions & 245 deletions lib/external/ol3/ol-debug.css

This file was deleted.

Loading