Merge pull request #6711 from tschaub/post-release

Correct path to cleancss
This commit is contained in:
Tim Schaub
2017-04-14 05:12:34 -06:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -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.

View File

@@ -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
}