-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generatedFiles not work #260
Comments
I think this is because you have /assets in your ignore array. Try deleting that line and update me if it worked |
Nope. I changed to:
but no effect. Grunt was generate a new style.css in the Root of project folder, but this .css was not loading up to FTP. |
Check the new version on the marketplace. It should fix your problem. Also check #269 for more specific information. |
Sorry my late reply (year-end stress). Actually version for me still does not work. I have added the \assets folder to ignore list. Grunt generate the file in assets, in config.rb I move the file to the root of project. Could the mistake be there? |
I have defined
My .scss files are in the folder /assets. The grunt process generate the .css file in Root.
When I change a .scss file in /assets the file (root of the project)/style.css was changed but ftp-sync was not detecting it (and it was not uploading).
The text was updated successfully, but these errors were encountered: