Skip to content

Commit

Permalink
Remove file picker package, update product fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjudd committed Apr 3, 2014
1 parent 1a2e992 commit 5e94d7c
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 255 deletions.
1 change: 0 additions & 1 deletion .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ reaction-commerce
reaction-helloworld
reaction-google-analytics
reaction-paypal
reaction-filepicker
reaction-flatrates
reaction-mailgun
cfs-gridfs
Expand Down
1 change: 0 additions & 1 deletion packages/reaction-filepicker/.gitignore

This file was deleted.

110 changes: 0 additions & 110 deletions packages/reaction-filepicker/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions packages/reaction-filepicker/client/loadpicker.coffee

This file was deleted.

16 changes: 0 additions & 16 deletions packages/reaction-filepicker/client/register.coffee

This file was deleted.

7 changes: 0 additions & 7 deletions packages/reaction-filepicker/client/routing.coffee

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions packages/reaction-filepicker/package.js

This file was deleted.

9 changes: 0 additions & 9 deletions packages/reaction-filepicker/smart.json

This file was deleted.

2 changes: 1 addition & 1 deletion private/data/Products.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions server/fixtures.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ share.loadFixtures = ->
loadData Shops unless Shops.find().count()
loadData Tags unless Tags.find().count()
loadData ConfigData unless ConfigData.find().count()
# loadData Roles unless Roles.find().count()
# loadImageData "Images" unless Images.find().count()


# Load data from settings/json files + base packages.
unless Packages.find().count()
Expand All @@ -38,11 +41,6 @@ share.loadFixtures = ->
shopId: shop._id
name: "reaction-commerce-orders"

Packages.insert
shopId: shop._id
name: "reaction-filepicker"
apikey: Meteor.settings?.filepickerApiKey

Packages.insert
shopId: shop._id
name: "reaction-google-analytics"
Expand Down

0 comments on commit 5e94d7c

Please sign in to comment.