Skip to content

Commit

Permalink
locator-locations: Move css to stylesheets directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Feb 3, 2019
1 parent 2af644d commit 76383f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/locator-locations/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Package.onUse(function(api) {
], ['client', 'server']);

api.addFiles([
'lib/client/templates/location.css',
'lib/client/stylesheets/location.css',
'lib/client/templates/location_edit.html',
'lib/client/templates/location_edit.js',
'lib/client/templates/location_item.html',
Expand Down

0 comments on commit 76383f0

Please sign in to comment.