IHTSDO / authoring-ui

SNOMED CT Authoring Frontend Application, part of the SNOMED International Authoring Platform
Other
8 stars 4 forks source link

Authring UI Build Issues using Grunt #15

Closed someshwarMirge closed 1 year ago

someshwarMirge commented 1 year ago

Error while building application using Grunt

hi , we are trying to deploy Authoring Platform in our local environment . We are facing issues while building Authoring UI application.

Steps Followed :

1 . Clonned authoring UI to development environment

  1. Installed grunt , bower and yo using npm ( using node version 11)
  2. Executed : npm install
  3. Executed : bower install
  4. Installed ruby version 2.4 using RVM
  5. installed gem compass using command : gem install compass
  6. Executed : grunt
  7. faced issues , re-executed with --force .

Issues faced

Errors faced in concurrent:dist grunt task

  1. Error While loading cdnify.js
  2. error in app/style/main.css
  3. authoring UI redirects to IMS even if user has logged in

Screenshot for same :

grunt_issues