We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got the following error when i try to execute folowing command in symfony 3 app: the command: php bin/console assetic:dump --env prod
php bin/console assetic:dump --env prod
the error:
`An error occurred while running: '/usr/bin/ruby' '/usr/bin/sass' '--load-path' '/Users/shadi.akil/Development/e-box-one/app/../vendor/twbs/bootstrap-sass/assets/stylesheets' '--scss' '--load-path' '/Users/shadi.akil/Development/e-box-one/app/../web' '- -cache-location' '/Users/shadi.akil/Development/e-box-one/var/cache/prod' '/private/var/folders/xw/3v334ffx03z3zcyw5kgm2nk40000gn/T/assetic_sass36EX92'
Error Output: /usr/bin/ruby: No such file or directory -- /usr/bin/sass (LoadError)
Input: /*!
// Core variables and mixins @import "bootstrap/variables"; @import "bootstrap/mixins";
// Reset and dependencies @import "bootstrap/normalize"; @import "bootstrap/print"; @import "bootstrap/glyphicons";
// Core CSS `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got the following error when i try to execute folowing command in symfony 3 app:
the command:
php bin/console assetic:dump --env prod
the error:
`An error occurred while running:
'/usr/bin/ruby' '/usr/bin/sass' '--load-path' '/Users/shadi.akil/Development/e-box-one/app/../vendor/twbs/bootstrap-sass/assets/stylesheets' '--scss' '--load-path' '/Users/shadi.akil/Development/e-box-one/app/../web' '-
-cache-location' '/Users/shadi.akil/Development/e-box-one/var/cache/prod' '/private/var/folders/xw/3v334ffx03z3zcyw5kgm2nk40000gn/T/assetic_sass36EX92'
Error Output:
/usr/bin/ruby: No such file or directory -- /usr/bin/sass (LoadError)
Input:
/*!
*/
// Core variables and mixins
@import "bootstrap/variables";
@import "bootstrap/mixins";
// Reset and dependencies
@import "bootstrap/normalize";
@import "bootstrap/print";
@import "bootstrap/glyphicons";
// Core CSS `
The text was updated successfully, but these errors were encountered: