We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Versioning – How can I Duplicate a project to make a new one?

Home Forums General Questions Versioning – How can I Duplicate a project to make a new one?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77982
    Micdsn
    Customer

    I know you can ‘copy and paste the whole app folder’ and rename that folder however there are quite a lot of files that still have the old name in there.

    How can I duplicate a project to work off of without having to rename 10 files scattered about the folder?
    Rename the .js file
    rename the html file
    rename the gltf file
    rename the bin file
    rename the css file
    and still I cant get it to run. Why is this idea of duplicating an app so hard? any tips?

    #77986
    kdv
    Participant

    Rename the .js file
    rename the html file
    rename the gltf file
    rename the bin file
    rename the css file
    and still I cant get it to run.

    You ruined all dependencies this way :unsure: new_name.html tries to find old_name.css and old_name.js, new_name.js will try to load old_name.gltf, new_name.gltf will try to load old_name.bin. You should also rename files inside .html, .js and .gltf to do the trick.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.