Error message
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/tylerfra/public_html/includes/common.inc).
grunt
Let's say we have a directory structure like so:
build/
node_modules/
src/*.js
Gruntfile.js
package.json
...
And all of our project's source code lives in the src directory:
src/hello.js
src/world.js
We'd like all of the code from these files to be compiled down and uglified into this file: