food-and-drink-menu
food-and-drink-menu copied to clipboard
missing admin.css and admin.js ?
When i added the pull for displaying of empty sections i compared the plugin contents from the "wordpress installed" files to the github zip contents.
wordpress installed files <-> github files (respectively below)
Either there's old files in the wordpress plugin repository or the github repository is missing a couple of files cheers
These files are generated during a build step using Grunt. They're not committed to version control to keep the commit changes clean.
For your pull request you can get by without worrying about this. However, if you'd like to build from the development repository, you'll need to install node. Then run:
cd your-local-directory/food-and-drink-menu
npm install
grunt build