Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7737563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:02:06+00:00 2026-06-01T08:02:06+00:00

I have some post build event to minify my css and javascript using ajaxmin

  • 0

I have some post build event to minify my css and javascript using ajaxmin

if $(ConfigurationName) == Debug  $(ProjectDir)..\Tools\ajaxmin.exe -xml $(ProjectDir)Scripts\Combine.xml -js -clobber
if $(ConfigurationName) == Debug $(ProjectDir)..\Tools\ajaxmin.exe 

This increased my build time from about 7 or 8 seconds to about 12 – 15, (building the project during development those seconds add up you know. I’ve gone to a lot of effort to reduce build time for this app. )

I’d like to run this task only if the files in the combine.xml have changed.

My initial thought is to set up a file watch windows service to write changes to a txt file,

Then check the text file on the post build command,

But I don’t know how to do this last bit.

Is there a way to check a value in a Text file using post build events ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:02:09+00:00Added an answer on June 1, 2026 at 8:02 am

    You could use a PowerShell script as postbuild event, and check the files modification dates, e.g.

    (Get-Item .\combine.xml).LastWriteTime
    

    Then you regenerate the file only if the LastWriteTime of the partial files is greater than the LastWriteTime of the combined file.

    I don’t know if you can do that with a regular post-build script.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a post-build event that runs some commands for a c# project. The
I am using ILMerge as a post build event to combine some dll's into
As a post-build event for some of my projects, I have documentation copied from
I have a post build event that runs nunit-console to execute some tests. some
I have grabbed some XML data using this piece of jQuery: $.ajax({ type: POST,
I have the following as my post-build event in a C# .NET 4.0 project
This command in the Visual Studio 2010 Post-build event for %f in ($(ProjectDir)$(OutDir)*.dll) do
I have a project which has some post build events that do some copying
Let's say I have some models: User , Post , and Vote . A
I have a site that features some pages which do not require any post-back

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.