Skip to content

Commit 95d26c6

Browse files
committed
template level content protection moved to core
1 parent 9b60f63 commit 95d26c6

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

lib/client/templates_helpers/ensure_signed_in.html

-12
This file was deleted.

package.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Package.onUse(function(api) {
1818

1919
api.use([
2020
'check',
21-
'templating',
2221
'kadira:blaze-layout',
2322
'kadira:flow-router',
2423
'underscore',
@@ -37,7 +36,6 @@ Package.onUse(function(api) {
3736

3837
api.addFiles([
3938
'lib/client/client.js',
40-
'lib/client/templates_helpers/at_input.js',
41-
'lib/client/templates_helpers/ensure_signed_in.html'
39+
'lib/client/templates_helpers/at_input.js'
4240
], ['client']);
4341
});

0 commit comments

Comments
 (0)