From 530419a83977e065e761d765dce2e676a6b6f0b8 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 13 Apr 2017 21:20:34 -0600 Subject: [PATCH 1/2] Correct path to cleancss --- tasks/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/publish.sh b/tasks/publish.sh index 036adccad8..4ae20c9c95 100755 --- a/tasks/publish.sh +++ b/tasks/publish.sh @@ -72,7 +72,7 @@ build_js() { } build_css() { - ./node_modules/clean-css/bin/cleancss css/ol.css -o ${BUILDS}/ol.css + ./node_modules/.bin/cleancss css/ol.css -o ${BUILDS}/ol.css cp css/ol.css ${BUILDS}/ol-debug.css } From c353455b837f7649b26ef66b34d0ba6094b4539d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 13 Apr 2017 21:21:37 -0600 Subject: [PATCH 2/2] Out of beta --- package/readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/readme.md b/package/readme.md index 703e2cd25d..c27827b9ea 100644 --- a/package/readme.md +++ b/package/readme.md @@ -2,8 +2,6 @@ OpenLayers as ES2015 modules. -**Note: This package is in beta and the API is subject to change before a final stable release.** - ## Usage Add the `ol` package as a dependency to your project. @@ -51,5 +49,4 @@ Utility functions are available as properties of the default export from utility ## Caveats - * Module identifiers and the structure of the exports are subject to change while this package is in beta. * The WebGL renderer is not available in this package.