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
Organise your CSS
No-one likes a CSS file that's a 1000 lines long. Raisely lets you organise your CSS into folders. You can create new folders and files in your CLI-supported project. Raisely will automatically concatenate them when compiling them, in alphabetical order.
But it does not tell you how to setup the file system to leverage this feature:
In the above screen shot I was trying to use @import to see if that made a difference. It did not and the CLI said the components had deployed with no errors, but the @importwas not in the remote file. Which would likely indicate it was a silent failure.
UPDATE: Ok I then ran raisely local and confirmed that there were scss transpile errors. ie variables in some code snippet I was playing with had not been declared, so the transpilation failed. This would have been a lot better to have seen in the result of the raisely deploy action. However Even after fixing these the code changes are still not deploying.
The CLI is either buggy or the documentation needs to be updated.
The text was updated successfully, but these errors were encountered:
In the documentation it indicates that Raisely will consolidate the style files into one file in alphabetical order.
But it does not tell you how to setup the file system to leverage this feature:
In the above screen shot I was trying to use
@import
to see if that made a difference. It did not and the CLI said the components had deployed with no errors, but the@import
was not in the remote file. Which would likely indicate it was a silent failure.UPDATE: Ok I then ran
raisely local
and confirmed that there werescss
transpile errors. ie variables in some code snippet I was playing with had not been declared, so the transpilation failed. This would have been a lot better to have seen in the result of theraisely deploy
action. However Even after fixing these the code changes are still not deploying.The CLI is either buggy or the documentation needs to be updated.
The text was updated successfully, but these errors were encountered: