Commit Graph

5 Commits

Author SHA1 Message Date
Pratik Borsadiya
7d5b75e78c Update service-worker location
Fix service worker not found issue when running the application from a
different folder other than domain root.
2018-09-06 11:53:04 +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
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
41ec57f807 Replace font icons with svg icons
This makes it easy to manage the icons and is fast as well because only
those icons are included which are being used instead of all the icons.
2018-08-31 21:27:18 +05:30
Pratik Borsadiya
34590b381c Add webpack & Migrate codebase to be compatible with webpack 2018-08-30 23:28:55 +05:30