mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-03 13:27:35 +02:00
Wrote two chapters for web section
Also, tweaked build to allow for nested folders
This commit is contained in:
@@ -8,7 +8,7 @@ Encore
|
||||
.enablePostCssLoader()
|
||||
.configureBabel(function (babel) {
|
||||
babel.plugins.push(['prismjs', {
|
||||
"languages": ["php"],
|
||||
"languages": ["php", "http"],
|
||||
"css": false,
|
||||
}]);
|
||||
})
|
||||
|
Reference in New Issue
Block a user