Adam Grant
Adam Grant
Hmm, I haven't been able to reproduce this. Can you show me your package.json?
Hmm, I wonder if this is an issue with the npm version of kickstart, which I haven't maintained well. On Mon, Jun 6, 2016 at 10:57 AM tonkoshkurik [email protected] wrote:...
When I do a gulp setup I usually do it from here http://getkickstart.com/docs/3.x/#gulp And end up with a package.json like this: ``` { "name": "kickstart-node", "version": "3.0.76", "description": "A front-end...
I wonder if maybe your project is using a different version of sass than kickstart-node does. Can you try upgrading to Sass 3.4 or above?
Strange that it is raising an error expecting SCSS instead of Sass syntax.
Joe, for the paths, I believe it should be okay with the double dot relative directory prefixes. Sass looks through an index of known directories before it interprets the path...
Thanks for looking into this, Joe. I think that should be fine. You'll just lose some "directly applied" classes for certain things. Without looking I believe these are things like...
Hi all. Thanks for diagnosing this, this helps a lot. Fortunately, v4 will do away with a lot of this nonsense. As for v3, I'm currently on a hiatus from...
Interesting. It looks like it is setting everything up correctly but the public folder is never created. Despite the error, do you see an assets and views folder as well...
Thanks for walking through this. To be honest, I'm a little tied up with other life events at the moment to take this on, but I will add it to...