dragoman
dragoman copied to clipboard
Gulp plugin to translate core design tokens across mobile & web platforms
Without getting this up and running. Can this convert to JSON? Thinking about making some tokens consumable by Javascript.
Ultimate goal is to install this tool as Node/bower module. Restructure where certain tasks point so that the "config.json" file is in the directory above the Dragoman tool. In order...
Both Chrome and Firefox are throwing HTTPS Mixed content errors while loading fonts from Google Fonts via main stylesheet (probably due to use of protocol with URLs in font paths)....
Config.json item "compileStyles" enhancement. Currently, this item lists an array of gulp tasks to execute: ``` json "compileStyles": { "scss": ["json-scss-stylesheet", "icons-web"], "sass":["json-sass-stylesheet", "icons-web"], "less": ["json-less-stylesheet", "icons-web"], "stylus": ["json-stylus-stylesheet", "icons-web"],...
To build less assets properly, run the gulp task 'dragoman-less' by itself. Notice the output files are in proper .less syntax: ``` less @color-orange: #f26322; ``` When running multiple translation...
Need to setup a way to read the config file for boolean statements. For each language defined in the config file, run a specific gulp task. For example: { "languages":...
Convert spacing.yml to a format iOS can use globally (if possible) create with gulp as modular gulp task file