summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
AgeCommit message (Collapse)Author
2017-05-15Fixes watch command for vagrant environmentsAnike Arni
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-10[#922] Fixes problem with postcss installation in vagrantAnike Arni
This is a bug reported for newer versions of postcss. https://github.com/akveo/ng2-admin/issues/604 with @tayanefernandes
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-08[#922] Adds devtool source maps to development modeAnike Arni
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-06[#922] Add back linkTayane Fernandes
with @anikarni
2017-02-06[#922] Add accessibility warning in dev envTayane Fernandes
with @anikarni
2017-02-03[#922] Adds css to account recoveryAnike Arni
with @tayanefernandes
2017-02-01[#922] Add reactAnike Arni
with @tayanefernandes
2017-02-01[#922] Create route for account recoveryAnike 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
2016-12-28Use minified files for dependencies and copy them to dist folder with webpackAnike Arni
2016-12-28Bundles local files that were previously in script tags with webpack for ↵Anike Arni
optimization
2016-12-28Copy all necessary assest to dist folder to package, via webpackAnike Arni
2016-12-28Output javascript bundle in dist folder and use it locallyAnike Arni
2016-12-27Add webpack compilation to build, fix aliases, and add babelAnike Arni
2016-12-27Adds index file for loading app with webpackAnike Arni
2016-12-27Remove uneccessarily aliases in webpackAnike Arni
2016-12-27Create webpack config file and add aliasesAnike Arni