Files
UNIT3D-Community-Edition/public/fonts
poppabear8883 eca56f4cba (Rework) Laravel Mix + Webpack
ref: https://laravel.com/docs/5.6/mix

We will now handle assets primarily through packages.

Consider packages and node modules to be the same as
JavaScript/CSS libraries.

Think about it this way, if we use "composer" to import PHP packages
for backend libraries, we would then use "npm" to import JS/CSS packages
for front-end libraries.

We use "composer.json" for PHP packages and "package.json" for JS/CSS
packages.

Unlike composer, we will compile our assets into specified files
per instructed via the "webpack.mix.php" file.

Please Note, you don't version control "node_modules" nor need it in a
production environment! You do NOT edit any of the JS/CSS files in the
public directory!

With Laravel Mix using simple method chaining, you can fluently define
your asset pipeline.
2018-04-25 16:28:18 -04:00
..
2018-01-04 14:42:11 -05:00
2018-01-04 14:42:11 -05:00
2018-04-25 16:28:18 -04:00
2018-01-04 14:42:11 -05:00
2018-01-04 14:42:11 -05:00
2018-01-04 14:42:11 -05:00