question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How about move sass-listen to dev dependencies?

See original GitHub issue

If I update sass then it comes with heavy dependencies when I build docker image.

Will it be better to make sass-listen as spec.add_development_dependency?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
nex3commented, Nov 7, 2017

Dev dependencies are for packages that are only needed when developing the package. sass-listen is needed at runtime, to support the --watch feature.

1reaction
Paxacommented, Feb 19, 2018

Or would it be nice to separate sass base functionality and sass-cli to separate gems? For example sass-core just contain a compiler, that can be used by other frameworks (like rails), and sass will use sass-core and contain all goodnesses for command line development.

Currently I locked it to version 3.4.25, because otherwise docker image will become completely blown in size with unnecessary dependencies.

gem 'sass', '3.4.25'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Move a module from devDependencies to dependencies in ...
Shorthand to move from devDependencies to dependencies (prod): npm i <module_name> -P. If you want to do the opposite (i.e. move a module ......
Read more >
Jekyll: sass-listen-4.0.0 revealed dependencies not in the API ...
I can successfully build and run jekyll but on gitlab the build job fails with Downloading sass-listen-4.0.0 revealed dependencies not in ...
Read more >
Adding dependencies to a package.json file - npm Docs
To specify the packages your project depends on, you must list them as "dependencies" or "devDependencies" in your package's package.json file.
Read more >
Getting Started on Heroku with Rails 5.x
Runtime dependencies on development/test gems. If you're missing a gem when you deploy, check your Bundler groups. Heroku builds your app ...
Read more >
Ruby "there are no ebuilds to satisfy ... - Gentoo Forums :: View topic
(dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild]) ... on --verbose-conflicts, fix the xorg-server problem, and then move to the ruby problem.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found