Commit Graph

7 Commits

Author SHA1 Message Date
Pratik Borsadiya
086bd13d12 Rename Build directory to docs
This will make it easier to deploy the project on GitHub pages
2018-09-07 19:30:45 +05:30
Pratik Borsadiya
060ba7056c Update webpack plugin order to fix an issue with caching index.html 2018-09-06 19:20:52 +05:30
Pratik Borsadiya
2c335983d1 Add service-worker generation in build process
This will precache all the required resources and will allow the
application to respond even when the internet connection is not
available.
2018-09-05 11:47:00 +05:30
Pratik Borsadiya
fa8af23289 Add flag icon bundeling 2018-09-02 11:12:49 +05:30
Pratik Borsadiya
1fccfd08bc Optimizations and fixes
- Remove vendor js libraries which are defined in package.json
- Fix some icon related issues in index-template.html
- Split javascript bundels in vendors and app
- Update prettier to fix scss source files and ignore build directory
2018-09-01 13:27:42 +05:30
Pratik Borsadiya
51b6e6250a Add CSS & HTML bundeling with webpack 2018-08-31 14:27:06 +05:30
Pratik Borsadiya
34590b381c Add webpack & Migrate codebase to be compatible with webpack 2018-08-30 23:28:55 +05:30