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 8224355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:02:36+00:00 2026-06-07T15:02:36+00:00

Using the Require.js optimizer with Node.js, I only want to compress some of my

  • 0

Using the Require.js optimizer with Node.js, I only want to compress some of my project files. How do I specify which files I want compressed? This is my current node.js script:

var requirejs = require('requirejs');

var config = {
baseUrl: '/common',
name: 'main',
out: '/compressed'
};

requirejs.optimize(config, function (buildResponse) {
//buildResponse is just a text output of the modules
//included. Load the built file for the contents.
//Use config.out to get the optimized file contents.
var contents = fs.readFileSync(config.out, 'utf8');
});

I just want to compress the files in common. Main is also in common. There are files outside of common that are dependencies that I do not want to compress. How does the optimizer choose what files to combine?

  • 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-07T15:02:39+00:00Added an answer on June 7, 2026 at 3:02 pm

    I don’t think the Require.js build system works that way; it’s sort of an all-or-nothing operation. From the site (http://requirejs.org/docs/optimization.html):

    The build system will then trace the dependencies for main.js and
    inject them into the appdirectory-build/scripts/main.js file.

    However, there are a large number of options that you can provide:

    https://github.com/jrburke/r.js/blob/master/build/example.build.js

    and based on that it looks like your best bet is to mark the modules you don’t want as “stub” modules. From the page:

    Specify modules to stub out in the optimized file. The optimizer will
    use the source version of these modules for dependency tracing and for
    plugin use, but when writing the text into an optimized layer, these
    modules will get the following text instead

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

Sidebar

Related Questions

What will work faster - using PEAR package or require Some_Library.php files in code?
I am using a SMTP mail server which require user + ssl authentication for
I am using the Gurobi Optimizer, for which I need to set two environment
I am using Delphi 2007 and working on some presentation software. The current module
i am using following code to create and show only current year calender ...
Using Require.js and it works pretty solid. However, I'm reading about optimization (http://requirejs.org/docs/optimization.html) using
Is there any way to include php file using require and calling a php
I've been messing around with a backbone.js app using require.js and a handlebars templates
I'm trying to add jQuery using Greasemonkey's @require / @include method, but it doesn't
I require help to search a text file (log file) using c# and display

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.