From 7a3f63f7992fd5e7a4b7dc5226cce827402db39d Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Wed, 20 Jul 2016 16:09:02 -0400 Subject: [PATCH] Removing undocumented bower dependency. --- template/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/project.yml b/template/project.yml index 465b219c5..3a0e06589 100644 --- a/template/project.yml +++ b/template/project.yml @@ -59,7 +59,7 @@ target-hooks: # Executed after setup:build is run. post-setup-build: dir: ${docroot}/profiles/contrib/lightning - command: npm install && bower install + command: npm run install-libraries # Hosting environment flags. # Examples: acsf (Acquia Cloud Site Factory), ac (Acquia Cloud)