From 7ed236adccf24bb9fff158e4fa33585ec74acc43 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 22 Feb 2016 11:33:05 +0100 Subject: Add Angular frontend - live Firehose session Live coding session with @danyline. Add complete Angular frontend. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/application.rb b/config/application.rb index d61e725..99f3263 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,6 +23,6 @@ module AngularDemo # Do not swallow errors in after_commit/after_rollback callbacks. config.active_record.raise_in_transactional_callbacks = true - config.assets.paths << Rails.root.join('vendor', 'assets') + config.assets.paths << Rails.root.join('vendor', 'assets', 'components') end end -- cgit v1.2.3