Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4830

Remove a particular file/folder from the app tree depends upon the build environment

$
0
0

@gokulk138 wrote:

I’m trying to remove a folder (app/utils/dev) from the app folder during the production build. I tried using broccoli-file-remover to remove the folder from app tree. But it’s not working for some reason :frowning:

appTree = removeFile(appTree, {
   path: 'app/utils/dev'
});

I think app tree will not maintain the app’s folder structure. But, I’m not sure.

Any suggestions?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4830

Trending Articles