Skip to content

Commit

Permalink
template level content protection moved to core
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Aug 8, 2015
1 parent 9b60f63 commit 95d26c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
12 changes: 0 additions & 12 deletions lib/client/templates_helpers/ensure_signed_in.html

This file was deleted.

4 changes: 1 addition & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Package.onUse(function(api) {

api.use([
'check',
'templating',
'kadira:blaze-layout',
'kadira:flow-router',
'underscore',
Expand All @@ -37,7 +36,6 @@ Package.onUse(function(api) {

api.addFiles([
'lib/client/client.js',
'lib/client/templates_helpers/at_input.js',
'lib/client/templates_helpers/ensure_signed_in.html'
'lib/client/templates_helpers/at_input.js'
], ['client']);
});

0 comments on commit 95d26c6

Please sign in to comment.