Skip to content

Commit

Permalink
update BundleItConfig example
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyv committed Aug 25, 2014
1 parent c15863a commit 2e0da2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Nuget will drop a class into your project called "BundleItConfig.cs".
```csharp
using System.Collections.Generic;
using Nancy.BundleIt;

/// <summary>
/// Configures Nancy.BundleIt assets on application startup.
/// There can only be 1 class that uses the interface IBundleItConfig per project.
/// BundleIt will use the first one it finds.
/// </summary>
public class BundleItConfig : IBundleItConfig
{
public void Configure(Bundles bundles, ConfigSettings settings)
Expand Down

0 comments on commit 2e0da2e

Please sign in to comment.