mastodon/config/webpack
Eugen Rochko 62ca37884a Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332)
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present

This is pretty much the same way it worked as before, albeit with
having to create app/javascript/packs/custom.js with
require('../styles/custom.scss') (or whatever you want really), which
will be a blank slate for you to import whatever you want

* Remove old assets directory

* Extract font-awesome into common.css and always load it
2017-05-27 16:55:09 +02:00
..
loaders Add improved performance marks for development mode (#3297) 2017-05-25 14:09:55 +02:00
configuration.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
development.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
development.server.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
development.server.yml Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
generateLocalePacks.js Only load Intl data for current language (#3130) 2017-05-22 15:06:06 +02:00
paths.yml Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
production.js Add webpack-bundle-analyzer for production builds (#3170) 2017-05-22 15:42:11 +02:00
shared.js Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) 2017-05-27 16:55:09 +02:00
test.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
translationRunner.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00