Search code examples
extjssencha-architectsencha-cmd

sencha archetict 3.5 publish not working


i created a project using sencha archetict 3.5 not it is not publishing the ext to the root directory saying no error at all First it was publishing my other project fine now its not working i don't know why please any help will be nice

sencha archetict 3.5 sencha cmd are all installed


Solution

  • The problem was that i was creating project in the same workspace so it wasn't able to publish the second app. i simply remove the .sencha directory from the project and than ran this command form the app folder in cmd

    sencha app watch
    

    and it create all the files needed for the app like bootstrap.js and .json files