Questions tagged [ajaxmin]

For questions about ajaxmin, a tool by Microsoft that reduces the size of CSS and JavaScript files

For questions about ajaxmin, a tool by Microsoft that reduces the size of and files.

33 questions
11
votes
1 answer

Visual Studio Deployment Package - change the file structure the .zip creates?

Everything works as expected but I would like to improve the directory structure that the .zip produces. When I create a deployment package I have it create in a custom directory which works fine but the .zip it creates is in the structure…
KevinUK
  • 5,053
  • 5
  • 33
  • 49
5
votes
1 answer

How can we include the files created by ajaxmin in the msdeploy package created by MSBuild

We use ajaxmin to create .min.js files from all our .js files. We have edited the .csproj file of the project and added following:
Wessel Kranenborg
  • 1,400
  • 15
  • 38
4
votes
3 answers

Where to get ajaxmin.exe?

I want to minify my js and css through command prompt using ajaxmin. Can someone provide the link for this. This https://archive.codeplex.com/?p=ajaxmin does not have the exe
Dilip
  • 191
  • 4
  • 17
4
votes
1 answer

Issues with AjaxMin 5.14 and Report Viewer in ASP.NET

I have the newest version of AjaxMin installed AjaxMin 5.14.5506.26202 in my ASP.Net project. I have tried to use the Report Viewer designer, and I receive an that it can't find the older version of AjaxMin. I am using Visual Studio 2013 with the…
nate
  • 1,418
  • 5
  • 34
  • 73
3
votes
1 answer

AjaxMin4 bug with Visual Studio 2010 RC?

When I compile my solution I get 2 errors which I did not get with version of 1.1 of AjaxMin. The "SourceFiles" parameter is not supported by the "AjaxMin" task. Verify the parameter exists on the task, and it is a settable public instance…
KevinUK
  • 5,053
  • 5
  • 33
  • 49
3
votes
2 answers

Ajax Controls Toolkit and Ajaxmin

I am learning how to use the Ajax Control Toolkit using VB.NET in code-behind in Visual Studio 10.0.40219.1 SP1Rel, .NET 4.0.30319 SP1Rel. I have been to many websites and tried lots of code, using the AnimationExtender. The sample that came with…
pixelmeow
  • 654
  • 1
  • 9
  • 31
2
votes
1 answer

AjaxMin bundle CSS with relative path

I have CSS folder structure as below -test1.css -test2.css -morestyles --test3.css these css have image reference as relative path in same folder test1.css have image reference as background-image:…
2
votes
1 answer

Dynamically Add Minified Embedded Resource

Is there a way to dynamically add an embedded resource during the build process? I am currently using Ajax-Minifier to reduce two files down into one. The result works great. However I need to include this file as an embedded resource when the…
cgatian
  • 22,047
  • 9
  • 56
  • 76
2
votes
3 answers

Minifying JS/CSS for Web Deploy

I'm trying to Minify Javascript and CSS using AjaxMin when I deploy using a Web Deploy Publish Profile. Here is what I have in the project file:
Simon Hartcher
  • 3,400
  • 3
  • 30
  • 34
1
vote
1 answer

CodeSettings Exists in both AjaxMin and WebGrease

Currently have an issue where my project is using both WebGrease and AjaxMin. Im trying to change the settings of AjaxMin using the CodeSettings class which exists in both AjaxMin and WebGrease. For whatever reason I can't tell it to use the AjaxMin…
Shawnzey
  • 196
  • 1
  • 14
1
vote
1 answer

Ajaxmin MinifyJavascript adding {} before object

I am facing an issue while minifying a javascript file using AjaxMin's MinifyJavaScript method. Unminified Code if (typeof define === 'function' && define.amd) { define(['moment'], function (moment) { root.moment =…
1
vote
1 answer

Squishit keeps looking for AjaxMin version 4.48.4489.28432

I have installed squishit version 0.9.8.2 with Ajaxmin 4.96.4941. The problem is that when I run the ASP.net site I get error [FileLoadException: Could not load file or assembly 'AjaxMin, Version=4.48.4489.28432, Culture=neutral,…
Sofia Khwaja
  • 1,909
  • 3
  • 17
  • 20
1
vote
0 answers

Disappearing Ajaxmin.dll file

I've been using Ajax controls for over a year in my asp.net project. Recently I suddenly started getting the error "Could not load file or assembly 'AjaxMin, Version=4.97.4951.28478" when I ran the project. After some investigation I discovered…
Jo G
  • 65
  • 9
1
vote
1 answer

How can I include version number in output file name?

I'm using XML Manifest File and I'd like to have the project build version concatenated in the output file name e.g: library-1.0.0.js Is it possible or any work around?
Carlos
  • 192
  • 1
  • 1
  • 8
1
vote
1 answer

AjaxMin error - Couldn't find the file

My application was working fine(still in the developing stage). Built on VS2012 with 2008R2. I had added Editor control to my form. This was displaying fine then I tried to customize the toolbar. Then the toolbar doesn't showup in the browser but…
Nita
  • 195
  • 3
  • 8
  • 20
1
2 3