Skip to content

Instantly share code, notes, and snippets.

@samflores
Created January 16, 2018 23:35
Show Gist options
  • Save samflores/f8d4cbd31a29622f5a4e56e4dcee533c to your computer and use it in GitHub Desktop.
Save samflores/f8d4cbd31a29622f5a4e56e4dcee533c to your computer and use it in GitHub Desktop.
Ruby newer than 2.1 is very UNSUPPORTED
Ruby newer than 2.1 is very UNSUPPORTED
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/samflores/Code/cyanna/canvas-lms/Rakefile:11)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/samflores/Code/cyanna/canvas-lms/Rakefile:11)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/samflores/Code/cyanna/canvas-lms/Rakefile:11)
working in 8 processes
--> Starting: 'Compile sass and make jammit css bundles'
--> Starting: 'css:styleguide'--> Starting: 'npm run compile-sass'
--> Starting: 'compile coffee, js 18n, and run r.js optimizer'
--> Starting: 'js:generate'
--> creating styleguide
Building client app 'canvas_quizzes'
Running 'npm install'...
Ruby newer than 2.1 is very UNSUPPORTED
> [email protected] compile-sass /Users/samflores/Code/cyanna/canvas-lms
> node script/compile-sass.js
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No license field.
Running 'npm run build'...
# writing file: app/views/info/styleguide.html.erb
--> Finished: 'css:styleguide' in 9.547599999998056
Client app 'canvas_quizzes' was built successfully.
--> Compiling React JSX
--> Generating plugin extensions
--> Creating ember app bundles
--> Pre-compiling ember handlebars templates
--> Pre-compiling handlebars templates
--> Generating plugin extensions finished in 0.061330000000452856
--> Creating ember app bundles finished in 0.33194299999740906
--> Compiling CoffeeScript with 'coffee' binary
--> Compiling React JSX finished in 13.868988999998692
--> Finished: 'npm run compile-sass' in 39.77464599999803
--> Starting: 'Jammit'
Jammit Warning: No assets match 'public/stylesheets_compiled/legacy_normal_contrast/bundles/facebook.css'
Jammit Warning: No assets match 'public/stylesheets_compiled/legacy_high_contrast/bundles/facebook.css'
Jammit Warning: No assets match 'public/stylesheets_compiled/new_styles_normal_contrast/bundles/facebook.css'
Jammit Warning: No assets match 'public/stylesheets_compiled/new_styles_high_contrast/bundles/facebook.css'
Jammit Warning: No assets match 'public/stylesheets_compiled/k12_normal_contrast/bundles/facebook.css'
Jammit Warning: No assets match 'public/stylesheets_compiled/k12_high_contrast/bundles/facebook.css'
--> Finished: 'Jammit' in 1.3629350000010163
--> Finished: 'Compile sass and make jammit css bundles' in 41.137949999996636
rake aborted!
Undumpable Exception -- #<Errno::ENOENT: No such file or directory - /Users/samflores/Code/cyanna/canvas-lms/gems/handlebars_tasks/lib/handlebars_tasks/../../../canvas_i18nliner/bin/prepare_hbs>
/Users/samflores/Code/cyanna/canvas-lms/lib/tasks/canvas.rake:167:in `block (3 levels) in <top (required)>'
/Users/samflores/Code/cyanna/canvas-lms/lib/tasks/canvas.rake:166:in `block (2 levels) in <top (required)>'
Tasks: TOP => canvas:compile_assets
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment