lib/pullentity-client/templates/defaults/config.erb in pullentity-client-0.0.7 vs lib/pullentity-client/templates/defaults/config.erb in pullentity-client-0.0.8
- old
+ new
@@ -19,5 +19,14 @@
configure :build do
activate :minify_css
activate :minify_javascript
activate :relative_assets
end
+
+activate :target do |target|
+
+ target.build_targets = {
+ "pullentity" => {
+ :includes => %w[remote_theme]
+ }
+ }
+end