From 9c5abc122176a9080f03754e88c0bab4c08a034b Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 27 Jan 2017 11:46:06 -0800 Subject: [build] Use style-spec from gl-js monorepo --- scripts/generate-style-code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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'); -- cgit v1.2.1