Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing WebGrease.config with bundling in ASP.Net project
    primarykey
    data
    text
    <p>I'm trying to work on with new features in bundle that's using <code>WebGrease.config</code> file and unfortunately its not working like <code>Bundle.Config</code> file and i can't use its output virtual name. I learned from this site (<a href="http://webgrease.codeplex.com/wikipage?title=Example%20WebGrease%20configuration%20file" rel="nofollow">http://webgrease.codeplex.com/wikipage?title=Example%20WebGrease%20configuration%20file</a>) also this one (<a href="http://kenhaines.net/post/2012/06/25/How-to-use-Webgrease-Configuration-Files.aspx" rel="nofollow">http://kenhaines.net/post/2012/06/25/How-to-use-Webgrease-Configuration-Files.aspx</a>) after all I can't run css files with this WebGrease.Config file like old way with Bundle.Config file.</p> <pre><code>&lt;Settings&gt; &lt;ImageDirectories&gt;IMG&lt;/ImageDirectories&gt; &lt;ImageExtensions&gt;*.png;*.jpg;*.jpeg;*.gif;*.ico&lt;/ImageExtensions&gt; &lt;/Settings&gt; &lt;CssFileSet name="SampleCss" output="Style/css"&gt; &lt;Autoname&gt; &lt;RenameFiles&gt;true&lt;/RenameFiles&gt; &lt;/Autoname&gt; &lt;Spriting config="Release"&gt; &lt;SpriteImages&gt;true&lt;/SpriteImages&gt; &lt;AutoVersionBackgroundImages&gt;true&lt;/AutoVersionBackgroundImages&gt; &lt;/Spriting&gt; &lt;Inputs&gt; &lt;Input&gt;TestStyle.css&lt;/Input&gt; &lt;/Inputs&gt; &lt;/CssFileSet&gt; </code></pre> <p>Is there is something wrong with my file or is there is a way to call output link from my project.</p> <p>Any help will be highly appreciated, Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload