summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-01-27 11:46:06 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-01 08:11:01 -0800
commit9c5abc122176a9080f03754e88c0bab4c08a034b (patch)
tree61f00a8620e335096426bbf70684e55e1d057965 /scripts
parentd4cee2cea5f42843fcbebc6bfbc001559c3a79e1 (diff)
downloadqtlocation-mapboxgl-9c5abc122176a9080f03754e88c0bab4c08a034b.tar.gz
[build] Use style-spec from gl-js monorepo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate-style-code.js2
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');