diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-27 11:46:06 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-01 08:11:01 -0800 |
commit | 9c5abc122176a9080f03754e88c0bab4c08a034b (patch) | |
tree | 61f00a8620e335096426bbf70684e55e1d057965 /scripts/generate-style-code.js | |
parent | d4cee2cea5f42843fcbebc6bfbc001559c3a79e1 (diff) | |
download | qtlocation-mapboxgl-9c5abc122176a9080f03754e88c0bab4c08a034b.tar.gz |
[build] Use style-spec from gl-js monorepo
Diffstat (limited to 'scripts/generate-style-code.js')
-rw-r--r-- | scripts/generate-style-code.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-style-code.js b/scripts/generate-style-code.js index f2acb12a2a..d090dff872 100644 --- a/scripts/generate-style-code.js +++ b/scripts/generate-style-code.js @@ -2,7 +2,7 @@ const fs = require('fs'); const ejs = require('ejs'); -const spec = require('mapbox-gl-style-spec').latest; +const spec = require('../mapbox-gl-js/js/style-spec').latest; const colorParser = require('csscolorparser'); require('./style-code'); |