Fredric Georgsson
Fredric Georgsson
Additionally if you have some API at the root, the documentation looks rather silly since it becomes empty. A slash would be nicer. 
This plugin works for me: https://www.npmjs.com/package/eslint-import-resolver-react-native Linked from here: https://github.com/benmosher/eslint-plugin-import/wiki/Resolvers
Some way of auto-generating CLI help from the schema would be nice. If the user runs `node index.js --help` I want to see help output similar to [the way commander...
Why not look into building a React Native app for all platforms?
Similar problem with the datebox component. https://github.com/genielabs/HomeGenie/pull/265
Allright, yes a rewrite is always fun if time and money allows. :) I will go for the low hanging fruit then, js and css optimizations. Icon spritesheet seems like...
I looked at various options and I concur, gulp is the best option for this project. I have the app running with a single bundle.js file now in local branch....
Bundling CSS brought down DOMContentLoaded to 5-6 seconds. Everything still works like before.
Still work in progress. You can view the branch here. https://github.com/pcguru/HomeGenie/tree/ui-rework-js-and-css Comparison https://github.com/genielabs/HomeGenie/compare/ui-rework...pcguru:ui-rework-js-and-css?expand=1
Yes, a develper has to have Node.js installed from https://nodejs.org/en/. The pre-build step will install the necessary node modules and output the bundle css and js files. ``` cd $(ProjectDir)html...