Results 34 comments of JD Isaacks

+1 This is correct. Even if the directory is not empty but does not contain matching files it will not trigger the add. It seems the root problem is if...

Any help on this? If I manually edit that line to be: ```javascript const getHTML = () => (sheet.toString()); ``` Everything works as expected. I would hate to have to...

OK I figured out the actual issue. The documentation on the [website](http://fortawesome.github.io/Font-Awesome/get-started/#ruby-gem-sass) Says to just add `*= require font-awesome` to your `application.css` manifest file. However doing that, the `_font-awesome-sprockets.scss` never...

@frenic I see what you mean, I did not consider calc. However you could allow any string only inside the calc() function. here is an example: [playground](https://www.typescriptlang.org/play?#code/C4TwDgpgBAqgdgS2FAvFA5BAtuqAfDAJ21wPTAA9SMA3AC2vRoHdGxhGBSdAKB9EhQAcgFcsAIwiEA6kjrwkqKAAMAJAG84YyYQC+GhcF3K+A6AGEAhgBsAxiOuXgEACYA1GyOhpltm7YAKDQBnYEIEOABzXQBKE35waAAZCCjgOgB5QgAFKVtU4EtI7ygrOwcnVw9rL3xhbSlZdMM69AAGXgTBFLTMnLyCoogADQAmJTV1Hsj0rNzCfLhC4t0oDWnZ-oXBlZMzKA2++cXlkYBmCfXUmaOBpaHVq965u9PHqevN452IYy7kz63bb3YrDAAslw+zy2JweayhNxewLe8MOSNhK1RgPRPz++zRMJ+MHYAHsIWgCd8QdACJTXkMxnU6ciGRdadjCdTwXxbCS4KEoGBLC4XBFIhkANIALmZGIgxOAZKU7SgfjsAQAjG02pwoABaKBaygxKBnYg4KAAektUElPF5-OQQpFYoAQsKZRyqacFUq0OgNZRVf5NdrdQajRQTWCKLHcNaoK6AIIAER5fIFztFUQASghInRgJLPdDvUNlYGqFabXaHZnhdnInmC0WJaMS4jOadlWrAlqdfrDW1jfGaxL7RmnQ2xc3C+6XB2vvTisqY3Hq4nU0A) This allows for...

The only way I think this would be possible, would be to first check with git, to see if git considers the file as changed before processing it. -- That...

@Gabriel-p that looks like it would work. I tried to look up the git docs to see if there was a way to get a list of the assume unchanged...

This is a feature I am currently working on. Thanks.

I have a branch called [**staged**](https://github.com/jisaacks/GitGutter/tree/staged) with what I have so far. **Some notes:** - Trying to determine what changes are staged/unstaged in a dirty file (a file with unsaved...

@maffiou take a look at the compare branch and this issue: #104

@maffiou There is a new feature (pulled in from the branch I linked previously) that lets you choose a commit to compare against. You can find it in the command...