You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use this to convert hamlc to any sort of frontend end template language that uses pure HTML. There are online converters for haml which helps, but I can't go pasting company code in a website and there is none for hamlc anyway. I feel like this tool could do it easily or maybe already does, but I couldn't figure it out. I thought the -r might accomplish this but it gives error. Am I on the right track or barking up the wrong tree?
I was trying to use this to convert hamlc to any sort of frontend end template language that uses pure HTML. There are online converters for haml which helps, but I can't go pasting company code in a website and there is none for hamlc anyway. I feel like this tool could do it easily or maybe already does, but I couldn't figure it out. I thought the -r might accomplish this but it gives error. Am I on the right track or barking up the wrong tree?
CMD:
npx haml-coffee -r -i INPUT_FILE_NAME -o OUTPUT_FILE_NAME -f html5
The text was updated successfully, but these errors were encountered: