Giter Site home page Giter Site logo

don't gitignore the dist-folder about rfcs HOT 3 CLOSED

ember-cli avatar ember-cli commented on August 15, 2024
don't gitignore the dist-folder

from rfcs.

Comments (3)

stefanpenner avatar stefanpenner commented on August 15, 2024

I'm unsure if this addons should link dist. They should likely use --output-path

from rfcs.

nathanhammond avatar nathanhammond commented on August 15, 2024

Hey @Suven! We discussed this in today's ember-cli team meeting. To rephrase your goal we believe that you want to have a single place inside of an application guaranteed to always exist so that you can have a persistent symlink external to the project have a "reference" to that folder.

Since the entire existence of the output folder is considered transient by ember-cli it's not a good fit for your proposed pattern. It's part of several typical workflows to rm -rf dist, so we already don't feel like we can provide guarantees as to its existence even if we accounted for it internally inside of ember-cli.

We encourage you to explore --output-path and see if you can make that do what you want (and target folders external to the application). We're excited to work with you to make that support your needs. We imagine that the integration with external workflows should match something similar to what ember-cli-deploy does, which essentially wraps ember build and feeds that into Cordova/Electron.

We're also working to identify a core extensibility primitive which should make it easier for you to tweak behaviors inside of addons.

from rfcs.

Suven avatar Suven commented on August 15, 2024

Thanks for your consideration and explanation (:

I'll look into the output-path alternatives

from rfcs.

Related Issues (20)

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.