food-and-drink-menu icon indicating copy to clipboard operation
food-and-drink-menu copied to clipboard

missing admin.css and admin.js ?

Open m-hume opened this issue 7 years ago • 1 comments

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) image

Either there's old files in the wordpress plugin repository or the github repository is missing a couple of files cheers

m-hume avatar Jun 27 '17 12:06 m-hume

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

NateWr avatar Jun 28 '17 08:06 NateWr