Grunt and plonetheme.barceloneta

Just want to find out what should happen with the grunt copy command. I want to update the text file with instructions on the plonetheme.barceloneta package.

Specifically.
https://github.com/plone/plonetheme.barceloneta/blob/master/HOWTO_DEVELOP.txt

For the instructions to work for me I found that I had to first run

npm install -g grunt-cli

Secondly when I run

   grunt copy

I get this error:

No "copy" targets found.
Warning: Task "copy" failed. Use --force to continue.

Aborted due to warnings.

After all of that running the next command: grunt watch appears to work as expected.

Okay, re-reading and I see that I don't need grunt copy unless I've changed resources like fonts or images. So no bug there.

1 Like