summaryrefslogtreecommitdiff
path: root/web-ui/webpack.production.config.js
AgeCommit message (Collapse)Author
2017-04-24Fix javascript console errorsSriram Viswanathan
2017-03-30[#932] Makes account recovery resource publicAnike Arni
2017-03-27[#932] Creates account recovery resourceAnike Arni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-16[#907] Convert login page to reactTulio Casagrande
with @anikarni
2017-02-14Adds node env variable for production performanceAnike Arni
2017-02-09[#922] Rename backup account flowTayane Fernandes
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni
2017-02-09[#922] Fix webpack production path to account recoveryTayane Fernandes
with @anikarni
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-06[#922] Add back linkTayane Fernandes
with @anikarni
2017-02-03[#922] Adds css to account recoveryAnike Arni
with @tayanefernandes
2017-02-02[#922] Adds prod webpack configuration for reactAnike Arni
with @tayanefernandes
2016-12-29Move aliases to common folder for local and production compilationAnike Arni
2016-12-29Compile sandbox files through webpack as wellAnike Arni
2016-12-29Makes sure builds include all necessary filesAnike Arni
2016-12-29Use only dist folder for serving applicationAnike Arni
2016-12-28Fixes offcanvas menu by moving foundation back to index.htmlAnike Arni
2016-12-28Use webpack files for packagingAnike Arni