![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Minify JS and CSS in all environments except development and test for Ruby on Rails apps. (so far tested on Rails 3 but will be testing on Rails 2 in the coming days)
No frills, no configuration, opinionated packager. Use it, fork it or use something else.
This gem aims to fix two shortcomings in the main two asset packaging libraries, namely:
It uses CSSMin and JSMin gems from rgrove. Thanks!
It will ignore files that don't exist. It will only include files once.
It's about 50 lines of code.
gem install minit
In your layout file add the following to <head>
:
= include_stylesheets
= include_javascripts
Then ensure this folder structure to get the correct load order:
public/
javascripts/
lib/
jquery.js (for example)
plugins/
jquery_ui/ (for example)
jquery.menu.js (for example)
application.js (your own JS for example)
stylesheets/
reset.css
default.css
application.css
lib/
*
*
First release
This was hacked together one afternoon as I was fed up seeing the error message that Jammit couldn't compress because Java wasn't installed on our server. I wanted to see if it was easy enough to put together a simpler solution.
Feel free to report bugs in Issues.
Minit uses MiniSpec, FakeFS, Watchr, RVM.
FAQs
Unknown package
We found that minit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.