Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
revert changes to CSSBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Basarat Ali Syed authored and Basarat Ali Syed committed Feb 13, 2017
1 parent 884ed9c commit 47c8042
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plugins/CSSBundle.ts
@@ -1,3 +1,4 @@
import { File } from "../File";
import { WorkFlowContext } from "./../WorkflowContext";
import { Plugin } from "../WorkflowContext";

Expand All @@ -12,6 +13,11 @@ export class CSSBundleClass implements Plugin {
public test: RegExp = /\.css$/;
constructor(opts: any = {}) { }
public init(context: WorkFlowContext) { }

public transformGroup(group: File) {
let contents = [];
}

};

export const CSSBundle = (opts?: any) => {
Expand Down

0 comments on commit 47c8042

Please sign in to comment.