aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/webpack
Commit message (Collapse)AuthorAgeFilesLines
* Remove fixed relative path for assetsKevin Decherf2017-12-201-1/+1
|
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-2/+2
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Update prod assetsKevin Decherf2017-10-161-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* webpack: handle _global img folderKevin Decherf2017-10-161-1/+13
| | | | | | | | Fixes missing image files after composer cleaning assets Source of requireAll(): https://stackoverflow.com/a/30652110 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add css on share public pageThomas Citharel2017-06-221-0/+1
|
* Fix linter issue on webpack config filesJeremy Benoist2017-06-223-42/+40
|
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-043-0/+201
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes