From 7537f427707954ba48e6f5062a816ea6d70d719e Mon Sep 17 00:00:00 2001 From: SassNinja Date: Wed, 30 May 2018 14:28:35 +0200 Subject: [PATCH] adjust examples readme and add links --- examples/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/README.md b/examples/README.md index 029b07a..0e9859e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,10 @@ # Complete Examples -Coming soon... +In the following you can find complete examples for some bundlers / task runner. Just run `npm install` within the appropriate example folder. -- webpack -- fuse-box -- gulp -- grunt \ No newline at end of file +**Please note:** these examples are only supposed to show how to use the plugin. They are not meant to be used for your project's assets management (without further modification). + +- [Webpack](webpack/) +- [FuseBox](fuse-box/) +- [Gulp](gulp/) +- [Grunt](grunt/) \ No newline at end of file