https://github.com/jetheredge/SquishIt
Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!
https://github.com/jetheredge/SquishIt
Last synced: about 1 month ago
JSON representation
Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!
- Host: GitHub
- URL: https://github.com/jetheredge/SquishIt
- Owner: jetheredge
- License: mit
- Created: 2010-02-07T07:03:19.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T10:54:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T20:09:47.182Z (6 months ago)
- Language: HTML
- Homepage: http://groups.google.com/group/squishit
- Size: 32.4 MB
- Stars: 459
- Watchers: 23
- Forks: 119
- Open Issues: 48
-
Metadata Files:
- Readme: README.markdown
- License: license.txt
Awesome Lists containing this project
- awesome-csharp - SquishIt - Lets you *easily* bundle some CSS and JavaScript (Assets)
- awesome-dotnet-cn - SquishIt - *轻松*绑定一些CSS和JavaScript (资产)
- awesome-dotnet - SquishIt - Lets you *easily* bundle some CSS and JavaScript (Assets)
- awesome-dotnet - SquishIt - Lets you *easily* bundle some css and javascript (Assets)
- awesome-dot-dev - SquishIt - Lets you *easily* bundle some CSS and JavaScript (Assets)
- awsome-dotnet - SquishIt - Lets you *easily* bundle some CSS and JavaScript (Assets)
- awesome-dotnet - SquishIt - Lets you *easily* bundle some CSS and JavaScript (Assets)
README
## About SquishIt
SquishIt is an asset optimization library for .net web applications. It handles combining and minifying css and javascript assets through creation of bundles. There are currently extensions available that allow use of .less, coffeescript, SASS/SCSS and Hogan templates through SquishIt's preprocessor pipeline. There is also an extension that writes your combined files to [Amazon S3](https://github.com/AlexCuse/SquishIt.S3) that can serve as a template for integrating with the CDN of your choosing.
For medium trust environments there is an option to build and cache bundles in-memory so that you don't need write permission in the application's working directory. An example of setting this up for an ASP.net MVC project can be found [here](https://github.com/jetheredge/SquishIt/wiki/Using-SquishIt-programmatically-without-the-file-system). For a WebForms project the asset controller would just be replaced with an HTTP handler.
## Installation
SquishIt comes as a NuGet package and can be installed via `PM> Install-Package SquishIt`.
Latest stable package: [](https://www.nuget.org/packages/SquishIt).
You can also download precompiled binaries from the [SquishIt AppHarbor page](http://squishit.apphb.com/Download).
### Building from source
You will need to have Visual Studio and [7-Zip](http://www.7-zip.org/) installed.1. Open Visual Studio Command Prompt
2. `cd \path\to\SquishIt\tools`
3. If necessary, add 7z.exe to your path: `set PATH=%PATH%;C:\Program Files\7-Zip\`
3. Runbuild-package version-id
(version-id
can be anything you like.)If all went well, you should have a package called
tools/SquishIt-version-id.zip
.## Thanks
The build is generously hosted and run on the [CodeBetter TeamCity](http://codebetter.com/codebetter-ci/) infrastructure.
Latest build status: [/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt516&guest=1)
We also get great tooling support from the kind folks at [JetBrains](http://jetbrains.com)