Questions tagged [chirpy]

Chirpy is a Visual Studio plug-in that can mash, minify, and validate JavaScript code, CSS, LESS files, and more. Chirpy can also auto-update T4MVC and other T4 templates.

Chirpy is a Visual Studio plug-in that will automatically use Google Closure Tools, YUI Compressor for .NET, Ajax Minifier, or Uglify.js to mash, minify, and validate JavaScript code, CSS, LESS, CoffeeScript, and more.

Project Links:

27 questions
1
vote
1 answer

T4MVC handling minified js and css files generated with Chirpy

I am using T4MVC and the Chirpy plugin in an ASP.Net MVC 3 website and I am loving both of them. Only T4MVC can't seem to handle the minified js files generated with Chirpy and .yui.js javascript files. Chirpy is generating .min.js files but the…
Wim
  • 1,967
  • 11
  • 19
1
vote
1 answer

Chirpy and ASP.NET 4

Why chirpy v2 (last version) does'nt work on vs2010 ASP.NET 4 but work on vs2010 ASP.NET 3.5 or earlier? It's site: http://chirpy.codeplex.com
emdadgar2
  • 820
  • 1
  • 9
  • 15
1
vote
1 answer

Chirpy console throws exception

I want to run the Chirpy console minifyer, but it throws exception. The path given exists and earlier it ran impeccably. I'm not sure what might cause the problem. Can someone explain it to me? Thanks.
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
1
vote
1 answer

When to generate the JavaScript bundles?

Currently we concatenate and minify our individual JavaScript files into one bundle locally - using Chirpy - and then check the bundle into version control (we are using TFS with Gated checkins). Our installer then deploys this bundle. But this is…
GarethOwen
  • 6,075
  • 5
  • 39
  • 56
0
votes
0 answers

How to write markdown in home page (index.html) in github pages jekyll-theme-chirpy?

I'm new to github pages and jekyll theme, while trying to use jekyll-theme-chirpy to write my own github pages. I have learned that, in _tabs, each markdown file is a tab for the site. But I don't know, how to edit home page using markdown ? There's…
linrongbin
  • 2,967
  • 6
  • 31
  • 59
0
votes
1 answer

posting error in github page (build error)

* 744:1453: ERROR: Start tag of nonvoid HTML element ends with '/>', use '>'. > `HTML-Proofer found 42 failures! > Error: Process completed with exit code 1.` I want to post my .ipynb file on my blog, so I downloaded the .ipynb file as a .md…
tae
  • 1
0
votes
2 answers

Mash css files and change relative paths

Until recently I was using Chirpy VS plugin for mashing css files. But I have found it doesn't change css url relative paths during mashing and it is a problem for me now (as I mash css files which access local images but are placed in different…
SiberianGuy
  • 24,674
  • 56
  • 152
  • 266
0
votes
1 answer

CoffeeScript in Chirpy Without Minification

I have a foo.chirp.coffee while; by default, whenever I save, Chirpy both compiles the CoffeeScript to foo.js, and minifies that JavaScript to foo.min.js. There are settings to use different minifiers depending on the name of the file, but during…
Chris W.
  • 927
  • 8
  • 16
0
votes
1 answer

Bootstrap, Less and Visual Studio (Chirpy) causing IE Filter Issue

I am using Chirpy to generate LESS files for me, but the filter gradient used in IE keeps rendiner the following output which is causing blue-black gradient. If I remove the alpha and () it works fine, but no gradient. Is there something wrong…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
1 answer

How to specify the min file name suffix in Chirpy?

I am using Chirpy in my project to minify js files. Now the minified file names are created with .min.js as suffix. E.g. If the file name is script.js then Chirpy generates it as script.min.js when Minify is set to true. Is there any way to tell…
ShankarSangoli
  • 69,612
  • 13
  • 93
  • 124
0
votes
1 answer

What is the typical process with filegroups in chirpy

I have a filegroup configured with Chirpy: Now I set my master page to download this script 1.min.js. So far so good but…
Tim Tom
  • 2,152
  • 6
  • 27
  • 39
0
votes
1 answer

How do I change the Add-in folder location for Visual Studio 2008/2010 so I can install Chirpy

Addins are currently trying to be added to : My Documents\Visual Studio 2008\Addins and My Documents\Visual Studio 2010\Addins Due to our network setup, that's off on a backed up network share. When I try to install Chirpy our network policy kicks…
ozz
  • 5,098
  • 1
  • 50
  • 73
1
2