Preprocessing with Ember Cli and pods.
I ran into the following error when using pods in Ember CLI.
Error: ENOENT, no such file or directory ‘/Users/username/Documents/projectname/tmp/broccoli_merge_trees-output_path-sLdcYc8K.tmp/app/pods/’
I resolved this by adding an empty file for the preprocessor to process.
style.scss
If the preprocessor doesn’t have a file to create, it ignores the folder and causes Ember to fail.