You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,12 +85,13 @@ BackstopJS was created by [Garris Shipon](expanded.me) at [Art.com labs](www.art
75
85
...
76
86
77
87
## Many many thanks to [all the contributors](https://github.com/garris/BackstopJS/graphs/contributors) with special thanks to...
88
+
-[Klaus Bayrhammer](https://github.com/klausbayrhammer) for all the incredible effort leading up to 1.0 -- the cli reports and compatibility fixes are awesome!
78
89
-[Evan Lovely](https://github.com/EvanLovely) and [Klaus Bayrhammer](https://github.com/klausbayrhammer) for help on the 0.9.0 release
79
90
-[Robert O'Rourke](https://github.com/sanchothefat) for help on the 0.8.0 release
80
91
-[Klaus Bayrhammer](https://github.com/klausbayrhammer) for help on the 0.7.0 release
81
92
-[Benedikt Rötsch](https://github.com/axe312ger) for help on the 0.6.0 release
82
93
-[Yulia Tsareva](https://github.com/YuliaTsareva) for help on the 0.5.0 release
83
-
-[Lewis Nyman](https://github.com/lewisnyman) and [Stoutie](https://github.com/jehoshua02) for help with 0.4.0 release
94
+
-[Lewis Nyman](https://github.com/lewisnyman) and [Stoutie](https://github.com/jehoshua02) for help with 0.4.0 release -- you guys are responsible for really getting the ball rolling!
84
95
85
96
BackstopJS uses icons from [the Noun Project](http://thenounproject.com/)
86
97
@@ -381,7 +392,7 @@ When a layout error is found in CLI mode, BackstopJS will let you know in a gene
381
392
382
393
###Using a js based config file (version 1.0.0+)
383
394
384
-
JSON-based configs getting you down? Well, here's some good news -- BackstopJS allows you to import all config parameters as a node module (instead JSON) which allows you to use comments, variables and logic etc. inside of your config.
395
+
JSON-based configs cramping your style? Well, here's some good news -- BackstopJS allows you to import all config parameters as a node module (as an option instead of JSON) which allows you to use comments, variables and logic etc. inside of your config.
385
396
386
397
To use a js module based config file, explicitly specify your config filepath when running a command. e.g.
0 commit comments