Code Monkey home page Code Monkey logo

Comments (4)

es128 avatar es128 commented on July 18, 2024

This is more of a general brunch question that something specific to this plugin, but the answer is to set a joinTo that is specific to the file you want to exclude from concatenation:

joinTo:
  'specialFile.js': 'path/to/sourceOf/specialFile.js'

You also have to make sure it is excluded from your other joinTo values, or you'll end up having it in more than one place.

from terser-brunch.

sanderboom avatar sanderboom commented on July 18, 2024

Thanks for the quick reply. My goal is to uglify a bunch of json files, but it seems that Brunch skips these (*.json) on purpose. You are right that this is more a general Brunch question, but as your package does uglification, I thought you might have some expertise ;)

from terser-brunch.

es128 avatar es128 commented on July 18, 2024

Brunch isn't the best tool for the purpose you're describing as it is geared toward building whole web applications in an opinionated way.

Other task runner type systems out there (grunt or gulp, for instance) I think would provide a better option for what you're trying to do.

from terser-brunch.

sanderboom avatar sanderboom commented on July 18, 2024

Thanks. This kindof does what I need: https://github.com/bogdanteodoru/brunch-js-minify-js-files

from terser-brunch.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.