JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'RequireJS', 'deployment'. Clear
Scoop.it!

Grunt, the perfect tool for Require.js

Grunt, the perfect tool for Require.js | JavaScript for Line of Business Applications | Scoop.it

RequireJS is a really powerful tool to deal with modules and dependencies. It also provides a great optimizer, which allows you to have your entire application (or part of it, as needed) in a single file. It even can uglify the code, which means your code will no longer be human readable.

However, when your project gets complex, it can be very, very difficult to deal with the configuration. Although it is always possible to come up with a solution for your project, sometimes, you just need to add extra configuration only for the optimizer.

Grunt can help you do that, because it must be reminded that this tool is "only" a Nodejs application. This characteristic will allow you to interact with your project...

No comment yet.
Scoop.it!

Getting Started with RequireJS Library

Getting Started with RequireJS Library | JavaScript for Line of Business Applications | Scoop.it

One of the most commonly used JavaScript libraries today is RequireJS. In every project that I’m involved with lately, we use RequireJS or I suggest to add RequireJS. In this post I’m going to describe what RequireJS is and some of its basic scenarios.

No comment yet.