Skip to content
Snippets Groups Projects
build.config.json 611 B
Newer Older
  • Learn to ignore specific revisions
  • {
    	"dirs": {
    		"intermediate": "build",
    		"output": "bin"
    	},
    	"output": "FC_pregmod.html",
    	"twineformat": "sugarcube-2",
    	"gitVersionFile": "src/002-config/fc-version.js.commitHash.js",
    	"sources": {
    		"module": {
    			"js": ["js/**/*.js"]
    		},
    		"story": {
    			"css": ["src/**/*.css"],
    			"js": ["src/**/*.js"],
    			"twee": ["src/**/*.tw"],
    			"media": [
    				"src/art/vector/layers",
    				"src/art/vector_revamp/layers"
    			]
    		},
    		"head": "devTools/head.html"
    	},
    	"options": {
    		"css": {
    			"autoprefix": true
    		},
    		"twee": {
    			"environment": {
    				"TWEEGO_PATH": "devTools/tweeGo/storyFormats"
    			}
    		}
    	}
    }