GithubHelp home page GithubHelp logo

boot-sassc's People

Contributors

alesya-h avatar ddeaguiar avatar humanitiesnerd avatar jfhall avatar martinklepsch avatar mathias avatar piranha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

boot-sassc's Issues

sass file globbing?

One thing missing from all the boot sass tasks that I've found is globbing :(

https://github.com/chriseppstein/sass-globbing

It's really great for developer happiness when working on sites with lots of small .scss files that are all imported together.

I noticed that sassc itself doesn't support this sass/sassc#62 but I don't know if there's a way that boot-sassc could make it happen?

Release 0.1.3 in not pushed to clojars

I see 0.1.3 in the source repo and in README, but when I add it I get

org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact mathias:boot-sassc:jar:0.1.3 in clojars (https://clojars.org/repo/)

Could you please push it to clojars? Thank you.

Indent style syntax seems to be possible.

Hi. From the README:

The sassc executable only compiles SCSS syntax, not the indent-style Sass syntax!

However that seemed wrong to me, so I tested both sassc and boot-sassc and each of them works just fine with SASS syntax. Tested with this:

$font-stack:    Helvetica, sans-serif
$primary-color: #333

body
  font: 100% $font-stack
  color: $primary-color
  background-color: #eee

Output:

body {
  font: 100% Helvetica, sans-serif;
  color: #333;
  background-color: #eee; }

Can't use :load-path option

I'm trying to use the recently merged (b39d653) load-path option like this:

$ boot sass --load-path "bower_components/bourbon/dist"
# or
$ boot sass -p "bower_components/bourbon/dist"

It seems this change wasn't pushed to Clojars yet, so I cloned the repo and installed the jar with boot build-jar.

After that, the new option is shown on boot sass --help, but I'm getting an IllegalArgumentException saying option :load-path must be of type str. The other arguments that accept strings (-o, -f, -t) are working well.

Is this really a bug? Any tips?

not able to use plugin

Hey there,

I'm trying to use the plugin in my project but fail so far. I searched on Clojars and found a snapshot for it:

[cddr/boot-sassc "0.1.1-SNAPSHOT"]

When I require the plugin

'[boot-sassc.core :refer :all]

I see this:

java.io.FileNotFoundException: Could not locate boot_sassc/core__init.class or boot_sassc/core.clj on classpath:

Can you help me with this? I'm not sure what I'm doing wrong.

Ability to @import from webjars

I wonder if there is any possibility to do

@import 'bootstrap';

having [org.webjars/bootstrap "3.3.6"] in dependencies.

If that's not possible, what's the preferred way to pull 3rd party modules?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.