From 9d1fa508a34f013573294794028f4ffa5a5f5f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 10 Jan 2018 16:04:06 -0800 Subject: [build] Add temporary modifications to style spec + shaders This ensures that the generated code matches what is checked in. Remove those temporary modifications once we add the features to master. --- scripts/generate-style-code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/generate-style-code.js') diff --git a/scripts/generate-style-code.js b/scripts/generate-style-code.js index dbca4216ad..3d805b058a 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-js/src/style-spec/reference/v8'); +const spec = require('./style-spec'); const colorParser = require('csscolorparser'); require('./style-code'); -- cgit v1.2.1