Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby 在elastic beanstalk中使用Sass导轨_Ruby_Ruby On Rails 4_Amazon Web Services_Sass_Amazon Elastic Beanstalk - Fatal编程技术网

Ruby 在elastic beanstalk中使用Sass导轨

Ruby 在elastic beanstalk中使用Sass导轨,ruby,ruby-on-rails-4,amazon-web-services,sass,amazon-elastic-beanstalk,Ruby,Ruby On Rails 4,Amazon Web Services,Sass,Amazon Elastic Beanstalk,我有一个rails应用程序,它依赖于sass来进行一些格式化 它在本地工作,但当我尝试将其移动到elastic beanstalk时,它无法加载gem 它是如何运行到命令的 bundle exec sass -Ibower_components -Iscss --watch scss/brand_oit_appdev.scss:css/brand_oit_appdev.css 在eb部署服务器之前

我有一个rails应用程序,它依赖于sass来进行一些格式化

它在本地工作,但当我尝试将其移动到elastic beanstalk时,它无法加载gem

它是如何运行到命令的

bundle exec sass -Ibower_components -Iscss --watch scss/brand_oit_appdev.scss:css/brand_oit_appdev.css
在eb部署服务器之前