Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | [#907] Bundles login static files separately | Anike 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 react | Tulio Casagrande | |
with @anikarni | |||
2017-02-14 | Adds node env variable for production performance | Anike Arni | |
2017-02-10 | [#922] Fixes problem with postcss installation in vagrant | Anike 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 flow | Tayane 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 mode | Anike Arni | |
2017-02-07 | [#922] Refactoring react folder structure | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add back link | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add accessibility warning in dev env | Tayane Fernandes | |
with @anikarni | |||
2017-02-03 | [#922] Adds css to account recovery | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Add react | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Create route for account recovery | Anike Arni | |
with @tayanefernandes | |||
2016-12-29 | Move aliases to common folder for local and production compilation | Anike Arni | |
2016-12-29 | Compile sandbox files through webpack as well | Anike Arni | |
2016-12-29 | Makes sure builds include all necessary files | Anike Arni | |
2016-12-29 | Use only dist folder for serving application | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Use webpack files for packaging | Anike Arni | |
2016-12-28 | Use minified files for dependencies and copy them to dist folder with webpack | Anike Arni | |
2016-12-28 | Bundles local files that were previously in script tags with webpack for ↵ | Anike Arni | |
optimization | |||
2016-12-28 | Copy all necessary assest to dist folder to package, via webpack | Anike Arni | |
2016-12-28 | Output javascript bundle in dist folder and use it locally | Anike Arni | |
2016-12-27 | Add webpack compilation to build, fix aliases, and add babel | Anike Arni | |
2016-12-27 | Adds index file for loading app with webpack | Anike Arni | |
2016-12-27 | Remove uneccessarily aliases in webpack | Anike Arni | |
2016-12-27 | Create webpack config file and add aliases | Anike Arni | |