Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ux.symfony.com/src/Model/RecipeFileTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public function __construct()
->addDirectory('assets/styles')
->addFile('assets/styles/app.css', 'Your main CSS file')
->addFile('package.json', 'Holds your node dependencies, most importantly Stimulus & Webpack Encore.')
->addFile('webpack.config.js', 'Configuration file for Webpack Encore: the tool that processes and combines all of your CSS and JS files.')
;
}

Expand Down