flint-gs 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/lib/flint/version.rb +1 -1
  3. data/stylesheets/flint/functions/_functions.scss +1 -1
  4. metadata +2 -158
  5. data/tests/bootcamp/CHANGELOG.md +0 -70
  6. data/tests/bootcamp/CONTRIBUTING.md +0 -72
  7. data/tests/bootcamp/Gruntfile.coffee +0 -34
  8. data/tests/bootcamp/LICENSE.md +0 -7
  9. data/tests/bootcamp/README.md +0 -52
  10. data/tests/bootcamp/bower.json +0 -15
  11. data/tests/bootcamp/dist/_bootcamp.scss +0 -46
  12. data/tests/bootcamp/dist/bootcamp.coffee +0 -101
  13. data/tests/bootcamp/dist/core/functions/_actual.scss +0 -3
  14. data/tests/bootcamp/dist/core/functions/_error.scss +0 -29
  15. data/tests/bootcamp/dist/core/functions/_expect.scss +0 -6
  16. data/tests/bootcamp/dist/core/functions/_not-to.scss +0 -5
  17. data/tests/bootcamp/dist/core/functions/_should.scss +0 -6
  18. data/tests/bootcamp/dist/core/functions/_to.scss +0 -5
  19. data/tests/bootcamp/dist/core/mixins/_describe.scss +0 -31
  20. data/tests/bootcamp/dist/core/mixins/_it.scss +0 -31
  21. data/tests/bootcamp/dist/core/mixins/_runner.scss +0 -28
  22. data/tests/bootcamp/dist/core/mixins/_should.scss +0 -46
  23. data/tests/bootcamp/dist/core/mixins/_xdescribe.scss +0 -9
  24. data/tests/bootcamp/dist/core/mixins/_xit.scss +0 -9
  25. data/tests/bootcamp/dist/core/variables/_helpers.scss +0 -5
  26. data/tests/bootcamp/dist/core/variables/_settings.scss +0 -2
  27. data/tests/bootcamp/dist/core/variables/_should.scss +0 -6
  28. data/tests/bootcamp/dist/core/variables/_trackers.scss +0 -6
  29. data/tests/bootcamp/dist/lib/_sassyjson.scss +0 -1075
  30. data/tests/bootcamp/dist/matchers/_be.scss +0 -3
  31. data/tests/bootcamp/dist/matchers/_equal.scss +0 -3
  32. data/tests/bootcamp/dist/matchers/lists/_be-empty.scss +0 -3
  33. data/tests/bootcamp/dist/matchers/lists/_be-longer-than.scss +0 -3
  34. data/tests/bootcamp/dist/matchers/lists/_be-shorter-than.scss +0 -3
  35. data/tests/bootcamp/dist/matchers/lists/_contain.scss +0 -3
  36. data/tests/bootcamp/dist/matchers/lists/_deep-contain.scss +0 -3
  37. data/tests/bootcamp/dist/matchers/lists/_deep-equal.scss +0 -47
  38. data/tests/bootcamp/dist/matchers/lists/_have-length-of.scss +0 -3
  39. data/tests/bootcamp/dist/matchers/numbers/_be-close-to.scss +0 -12
  40. data/tests/bootcamp/dist/matchers/numbers/_be-greater-than.scss +0 -12
  41. data/tests/bootcamp/dist/matchers/numbers/_be-less-than.scss +0 -12
  42. data/tests/bootcamp/dist/matchers/types/_be-falsy.scss +0 -3
  43. data/tests/bootcamp/dist/matchers/types/_be-null.scss +0 -3
  44. data/tests/bootcamp/dist/matchers/types/_be-truthy.scss +0 -3
  45. data/tests/bootcamp/dist/matchers/types/_have-type-of.scss +0 -3
  46. data/tests/bootcamp/dist/utils/_contain.scss +0 -15
  47. data/tests/bootcamp/dist/utils/_equal.scss +0 -23
  48. data/tests/bootcamp/dist/utils/_list-join.scss +0 -35
  49. data/tests/bootcamp/dist/utils/_power.scss +0 -15
  50. data/tests/bootcamp/package.json +0 -63
  51. data/tests/bootcamp/tasks/bootcamp.coffee +0 -83
  52. data/tests/bootcamp/test/core/functions/_actual.scss +0 -10
  53. data/tests/bootcamp/test/core/functions/_expect.scss +0 -6
  54. data/tests/bootcamp/test/core/functions/_not-to.scss +0 -5
  55. data/tests/bootcamp/test/core/functions/_should.scss +0 -10
  56. data/tests/bootcamp/test/core/functions/_to.scss +0 -5
  57. data/tests/bootcamp/test/core/mixins/_describe.scss +0 -11
  58. data/tests/bootcamp/test/core/mixins/_it.scss +0 -5
  59. data/tests/bootcamp/test/core/mixins/_should.scss +0 -5
  60. data/tests/bootcamp/test/core/mixins/_xdescribe.scss +0 -28
  61. data/tests/bootcamp/test/core/mixins/_xit.scss +0 -12
  62. data/tests/bootcamp/test/matchers/_be.scss +0 -90
  63. data/tests/bootcamp/test/matchers/_equal.scss +0 -33
  64. data/tests/bootcamp/test/matchers/lists/_be-empty.scss +0 -12
  65. data/tests/bootcamp/test/matchers/lists/_be-longer-than.scss +0 -29
  66. data/tests/bootcamp/test/matchers/lists/_be-shorter-than.scss +0 -29
  67. data/tests/bootcamp/test/matchers/lists/_contain.scss +0 -39
  68. data/tests/bootcamp/test/matchers/lists/_deep-contain.scss +0 -51
  69. data/tests/bootcamp/test/matchers/lists/_deep-equal.scss +0 -151
  70. data/tests/bootcamp/test/matchers/lists/_have-length-of.scss +0 -31
  71. data/tests/bootcamp/test/matchers/numbers/_be-close-to.scss +0 -24
  72. data/tests/bootcamp/test/matchers/numbers/_be-greater-than.scss +0 -16
  73. data/tests/bootcamp/test/matchers/numbers/_be-less-than.scss +0 -16
  74. data/tests/bootcamp/test/matchers/types/_be-falsy.scss +0 -14
  75. data/tests/bootcamp/test/matchers/types/_be-null.scss +0 -13
  76. data/tests/bootcamp/test/matchers/types/_be-truthy.scss +0 -13
  77. data/tests/bootcamp/test/matchers/types/_have-type-of.scss +0 -17
  78. data/tests/bootcamp/test/specs.scss +0 -45
  79. data/tests/bootcamp/test/utils/_contain.scss +0 -41
  80. data/tests/bootcamp/test/utils/_equal.scss +0 -79
  81. data/tests/bootcamp/test/utils/_list-join.scss +0 -39
  82. data/tests/bootcamp/test/utils/_power.scss +0 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1a312ede30cdc1c57963d712cf780abf5f50d4c
4
- data.tar.gz: 2c2288ad17800a6050c5a2414ca17cacb2f47df3
3
+ metadata.gz: 255d50048abd748703f801f165ba6e6ac7030ab5
4
+ data.tar.gz: bc20d4c3233b1a1964343573a9adc82f0558526b
5
5
  SHA512:
6
- metadata.gz: c586895fba77aab4cbdeba57cd1229a5f66bb95c1be9be33a4b65c1a8906db1a1be8242f2b591386c719472210644d0f7adf18812b2e06ac8b4c9d3965db05a5
7
- data.tar.gz: d4f5b3897ee7610bf558ed59d15427f4618a2090470b28554689882b609dffbc39d9903e4dc8996aef27e9bf11a6b2b8f5d5d314909f86f809d80c9bc63aec6c
6
+ metadata.gz: d6318c9928e45e56ff0419d0b96ebcf03461341c0d0c2dd07377265401057c30b600f1e4c06aa927c4b2641803a1108ad294698fa9e52ead1578f9ee95383342
7
+ data.tar.gz: a480f6e6a6a04799136408ab061a7f44d26169b92ab30e5e155442703053c3d88ae1486f4f66d60b33b2fabc78d240492b2a1b40baefb6da6cb36902c2a6f1a3
@@ -1,3 +1,3 @@
1
1
  module Flint
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
@@ -45,4 +45,4 @@
45
45
  @import "lib/support-syntax";
46
46
 
47
47
  // Syntaxes
48
- @import "lib/support-syntax-bem"
48
+ @import "lib/support-syntax-bem";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-12 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -116,84 +116,6 @@ files:
116
116
  - stylesheets/flint/mixins/lib/_print-instance.scss
117
117
  - LICENSE
118
118
  - README.md
119
- - tests/bootcamp/bower.json
120
- - tests/bootcamp/CHANGELOG.md
121
- - tests/bootcamp/CONTRIBUTING.md
122
- - tests/bootcamp/dist/_bootcamp.scss
123
- - tests/bootcamp/dist/bootcamp.coffee
124
- - tests/bootcamp/dist/core/functions/_actual.scss
125
- - tests/bootcamp/dist/core/functions/_error.scss
126
- - tests/bootcamp/dist/core/functions/_expect.scss
127
- - tests/bootcamp/dist/core/functions/_not-to.scss
128
- - tests/bootcamp/dist/core/functions/_should.scss
129
- - tests/bootcamp/dist/core/functions/_to.scss
130
- - tests/bootcamp/dist/core/mixins/_describe.scss
131
- - tests/bootcamp/dist/core/mixins/_it.scss
132
- - tests/bootcamp/dist/core/mixins/_runner.scss
133
- - tests/bootcamp/dist/core/mixins/_should.scss
134
- - tests/bootcamp/dist/core/mixins/_xdescribe.scss
135
- - tests/bootcamp/dist/core/mixins/_xit.scss
136
- - tests/bootcamp/dist/core/variables/_helpers.scss
137
- - tests/bootcamp/dist/core/variables/_settings.scss
138
- - tests/bootcamp/dist/core/variables/_should.scss
139
- - tests/bootcamp/dist/core/variables/_trackers.scss
140
- - tests/bootcamp/dist/lib/_sassyjson.scss
141
- - tests/bootcamp/dist/matchers/_be.scss
142
- - tests/bootcamp/dist/matchers/_equal.scss
143
- - tests/bootcamp/dist/matchers/lists/_be-empty.scss
144
- - tests/bootcamp/dist/matchers/lists/_be-longer-than.scss
145
- - tests/bootcamp/dist/matchers/lists/_be-shorter-than.scss
146
- - tests/bootcamp/dist/matchers/lists/_contain.scss
147
- - tests/bootcamp/dist/matchers/lists/_deep-contain.scss
148
- - tests/bootcamp/dist/matchers/lists/_deep-equal.scss
149
- - tests/bootcamp/dist/matchers/lists/_have-length-of.scss
150
- - tests/bootcamp/dist/matchers/numbers/_be-close-to.scss
151
- - tests/bootcamp/dist/matchers/numbers/_be-greater-than.scss
152
- - tests/bootcamp/dist/matchers/numbers/_be-less-than.scss
153
- - tests/bootcamp/dist/matchers/types/_be-falsy.scss
154
- - tests/bootcamp/dist/matchers/types/_be-null.scss
155
- - tests/bootcamp/dist/matchers/types/_be-truthy.scss
156
- - tests/bootcamp/dist/matchers/types/_have-type-of.scss
157
- - tests/bootcamp/dist/utils/_contain.scss
158
- - tests/bootcamp/dist/utils/_equal.scss
159
- - tests/bootcamp/dist/utils/_list-join.scss
160
- - tests/bootcamp/dist/utils/_power.scss
161
- - tests/bootcamp/Gruntfile.coffee
162
- - tests/bootcamp/LICENSE.md
163
- - tests/bootcamp/package.json
164
- - tests/bootcamp/README.md
165
- - tests/bootcamp/tasks/bootcamp.coffee
166
- - tests/bootcamp/test/core/functions/_actual.scss
167
- - tests/bootcamp/test/core/functions/_expect.scss
168
- - tests/bootcamp/test/core/functions/_not-to.scss
169
- - tests/bootcamp/test/core/functions/_should.scss
170
- - tests/bootcamp/test/core/functions/_to.scss
171
- - tests/bootcamp/test/core/mixins/_describe.scss
172
- - tests/bootcamp/test/core/mixins/_it.scss
173
- - tests/bootcamp/test/core/mixins/_should.scss
174
- - tests/bootcamp/test/core/mixins/_xdescribe.scss
175
- - tests/bootcamp/test/core/mixins/_xit.scss
176
- - tests/bootcamp/test/matchers/_be.scss
177
- - tests/bootcamp/test/matchers/_equal.scss
178
- - tests/bootcamp/test/matchers/lists/_be-empty.scss
179
- - tests/bootcamp/test/matchers/lists/_be-longer-than.scss
180
- - tests/bootcamp/test/matchers/lists/_be-shorter-than.scss
181
- - tests/bootcamp/test/matchers/lists/_contain.scss
182
- - tests/bootcamp/test/matchers/lists/_deep-contain.scss
183
- - tests/bootcamp/test/matchers/lists/_deep-equal.scss
184
- - tests/bootcamp/test/matchers/lists/_have-length-of.scss
185
- - tests/bootcamp/test/matchers/numbers/_be-close-to.scss
186
- - tests/bootcamp/test/matchers/numbers/_be-greater-than.scss
187
- - tests/bootcamp/test/matchers/numbers/_be-less-than.scss
188
- - tests/bootcamp/test/matchers/types/_be-falsy.scss
189
- - tests/bootcamp/test/matchers/types/_be-null.scss
190
- - tests/bootcamp/test/matchers/types/_be-truthy.scss
191
- - tests/bootcamp/test/matchers/types/_have-type-of.scss
192
- - tests/bootcamp/test/specs.scss
193
- - tests/bootcamp/test/utils/_contain.scss
194
- - tests/bootcamp/test/utils/_equal.scss
195
- - tests/bootcamp/test/utils/_list-join.scss
196
- - tests/bootcamp/test/utils/_power.scss
197
119
  - tests/config.rb
198
120
  - tests/input/functions/_functions.scss
199
121
  - tests/input/functions/helpers/_helpers.scss
@@ -249,84 +171,6 @@ signing_key:
249
171
  specification_version: 4
250
172
  summary: A highly advanced Sass grid framework designed for rapid responsive development.
251
173
  test_files:
252
- - tests/bootcamp/bower.json
253
- - tests/bootcamp/CHANGELOG.md
254
- - tests/bootcamp/CONTRIBUTING.md
255
- - tests/bootcamp/dist/_bootcamp.scss
256
- - tests/bootcamp/dist/bootcamp.coffee
257
- - tests/bootcamp/dist/core/functions/_actual.scss
258
- - tests/bootcamp/dist/core/functions/_error.scss
259
- - tests/bootcamp/dist/core/functions/_expect.scss
260
- - tests/bootcamp/dist/core/functions/_not-to.scss
261
- - tests/bootcamp/dist/core/functions/_should.scss
262
- - tests/bootcamp/dist/core/functions/_to.scss
263
- - tests/bootcamp/dist/core/mixins/_describe.scss
264
- - tests/bootcamp/dist/core/mixins/_it.scss
265
- - tests/bootcamp/dist/core/mixins/_runner.scss
266
- - tests/bootcamp/dist/core/mixins/_should.scss
267
- - tests/bootcamp/dist/core/mixins/_xdescribe.scss
268
- - tests/bootcamp/dist/core/mixins/_xit.scss
269
- - tests/bootcamp/dist/core/variables/_helpers.scss
270
- - tests/bootcamp/dist/core/variables/_settings.scss
271
- - tests/bootcamp/dist/core/variables/_should.scss
272
- - tests/bootcamp/dist/core/variables/_trackers.scss
273
- - tests/bootcamp/dist/lib/_sassyjson.scss
274
- - tests/bootcamp/dist/matchers/_be.scss
275
- - tests/bootcamp/dist/matchers/_equal.scss
276
- - tests/bootcamp/dist/matchers/lists/_be-empty.scss
277
- - tests/bootcamp/dist/matchers/lists/_be-longer-than.scss
278
- - tests/bootcamp/dist/matchers/lists/_be-shorter-than.scss
279
- - tests/bootcamp/dist/matchers/lists/_contain.scss
280
- - tests/bootcamp/dist/matchers/lists/_deep-contain.scss
281
- - tests/bootcamp/dist/matchers/lists/_deep-equal.scss
282
- - tests/bootcamp/dist/matchers/lists/_have-length-of.scss
283
- - tests/bootcamp/dist/matchers/numbers/_be-close-to.scss
284
- - tests/bootcamp/dist/matchers/numbers/_be-greater-than.scss
285
- - tests/bootcamp/dist/matchers/numbers/_be-less-than.scss
286
- - tests/bootcamp/dist/matchers/types/_be-falsy.scss
287
- - tests/bootcamp/dist/matchers/types/_be-null.scss
288
- - tests/bootcamp/dist/matchers/types/_be-truthy.scss
289
- - tests/bootcamp/dist/matchers/types/_have-type-of.scss
290
- - tests/bootcamp/dist/utils/_contain.scss
291
- - tests/bootcamp/dist/utils/_equal.scss
292
- - tests/bootcamp/dist/utils/_list-join.scss
293
- - tests/bootcamp/dist/utils/_power.scss
294
- - tests/bootcamp/Gruntfile.coffee
295
- - tests/bootcamp/LICENSE.md
296
- - tests/bootcamp/package.json
297
- - tests/bootcamp/README.md
298
- - tests/bootcamp/tasks/bootcamp.coffee
299
- - tests/bootcamp/test/core/functions/_actual.scss
300
- - tests/bootcamp/test/core/functions/_expect.scss
301
- - tests/bootcamp/test/core/functions/_not-to.scss
302
- - tests/bootcamp/test/core/functions/_should.scss
303
- - tests/bootcamp/test/core/functions/_to.scss
304
- - tests/bootcamp/test/core/mixins/_describe.scss
305
- - tests/bootcamp/test/core/mixins/_it.scss
306
- - tests/bootcamp/test/core/mixins/_should.scss
307
- - tests/bootcamp/test/core/mixins/_xdescribe.scss
308
- - tests/bootcamp/test/core/mixins/_xit.scss
309
- - tests/bootcamp/test/matchers/_be.scss
310
- - tests/bootcamp/test/matchers/_equal.scss
311
- - tests/bootcamp/test/matchers/lists/_be-empty.scss
312
- - tests/bootcamp/test/matchers/lists/_be-longer-than.scss
313
- - tests/bootcamp/test/matchers/lists/_be-shorter-than.scss
314
- - tests/bootcamp/test/matchers/lists/_contain.scss
315
- - tests/bootcamp/test/matchers/lists/_deep-contain.scss
316
- - tests/bootcamp/test/matchers/lists/_deep-equal.scss
317
- - tests/bootcamp/test/matchers/lists/_have-length-of.scss
318
- - tests/bootcamp/test/matchers/numbers/_be-close-to.scss
319
- - tests/bootcamp/test/matchers/numbers/_be-greater-than.scss
320
- - tests/bootcamp/test/matchers/numbers/_be-less-than.scss
321
- - tests/bootcamp/test/matchers/types/_be-falsy.scss
322
- - tests/bootcamp/test/matchers/types/_be-null.scss
323
- - tests/bootcamp/test/matchers/types/_be-truthy.scss
324
- - tests/bootcamp/test/matchers/types/_have-type-of.scss
325
- - tests/bootcamp/test/specs.scss
326
- - tests/bootcamp/test/utils/_contain.scss
327
- - tests/bootcamp/test/utils/_equal.scss
328
- - tests/bootcamp/test/utils/_list-join.scss
329
- - tests/bootcamp/test/utils/_power.scss
330
174
  - tests/config.rb
331
175
  - tests/input/functions/_functions.scss
332
176
  - tests/input/functions/helpers/_helpers.scss
@@ -1,70 +0,0 @@
1
- # Changelog
2
-
3
- #### 1.1.7 - 2014-8-31
4
-
5
- - Updated npm dependencies
6
-
7
- #### 1.1.6 - 2014-6-27
8
-
9
- - Switch to SassyJson
10
-
11
- #### 1.1.5 - 2014-3-21
12
-
13
- - Grunt: Fail instead of warn
14
-
15
- #### 1.1.4 - 2014-2-24
16
-
17
- - Updated npm dependencies
18
-
19
- #### 1.1.2 - 2014-1-12
20
-
21
- - Fix nested describe naming
22
- - Add bc-util-list-join utility
23
- - Fix newline regex on windows
24
- - Update grunt-contrib-sass
25
-
26
- #### 1.1.0 - 2013-11-19
27
-
28
- - Sass 3.3 (breaking change)
29
-
30
- #### 1.0.0 - 2013-11-16
31
-
32
- - Add Matcher have-type-of
33
- - Adds Warnings/Errors
34
- - Adds leading underscores to scss files
35
- - Remove be-undefined()
36
- - Remove be-defined()
37
- - Add Stringify Util
38
- - Improve Statement output with stringify util
39
- - Add Contain Util
40
- - Add Equal Util
41
- - Switch meaning of be() and equal()
42
- - Clean up contain() and deep-contain() with contain util
43
- - Renames internal variables to make more sense
44
- - Refactor Grunt Task
45
-
46
- #### 0.0.5 - 2013-10-20
47
-
48
- - Better Test Output
49
-
50
- #### 0.0.4 - 2013-10-19
51
-
52
- - Restructuring
53
- - Improved Matchers
54
- - New List Matchers
55
-
56
- #### 0.0.3 - 2013-10-13
57
-
58
- - Restructuring
59
- - Custom Matchers
60
- - Grunt Plugin
61
- - NPM
62
-
63
- #### 0.0.2 - 2013-10-12
64
-
65
- - Add Bower
66
- - Cleanup
67
-
68
- #### 0.0.1 - 2013-10-09
69
-
70
- - Initial Release
@@ -1,72 +0,0 @@
1
- # Contribute to Bootcamp
2
-
3
- > This document is a work in progress, if you see something weird or just plain stupid. First know that I copied most of it from other projects. Then submit an issue.
4
-
5
- Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.
6
-
7
- Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.
8
-
9
- ## Github Issues
10
-
11
- Github issues for this repository is the preferred medium for bug reports and feature requests.
12
-
13
- ## Bugs
14
-
15
- A bug is demonstrable problem caused by the code in this repository, so please take the time to make sure that it is not a bug in your own code. Good bug reports are extremely helpful and are formed by the following guidelines:
16
-
17
- 1. **Search through existing Github Issues** to make sure that your issue has not already been reported. If an issue already exists then that is the appropriate place for you to contribute.
18
- 2. **Make sure the bug has not already been fixed** by attempting to reproduce the issue with the latest version of this repository.
19
- 3. **Isolate the bug** as much as possible, the more code the more difficult it is to fix. Ideally you should create a [reduced test case](http://css-tricks.com/reduced-test-cases/).
20
- 4. **Submit bug with as much detail as possible**. Just attaching a block of code is not enough, try your best to solve the issue and detail everything you tried.
21
-
22
- **Example Bug Report:**
23
-
24
- > ## A Short but Descriptive Title
25
- >
26
- > A summary of the bug and the environment in which it occurs (Browser/OS).
27
- >
28
- > Please include steps to reproduce the bug.
29
- > 1. Step One
30
- > 2. Step Two
31
- > 3. Step Three
32
- >
33
- > A link to a reduced test case `http://url.com/example`
34
- >
35
- > Any other information you want to share that you think is applicable to the bug. Please include some code which you believe is causing the problem, or any errors that are occurring in the console.
36
- >
37
- > If you think you have a solution please include it here.
38
-
39
- ## Features
40
-
41
- Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aim of this project. It's up to you to make a strong case for any idea you have. Please provide as much detail and context as possible.
42
-
43
- ## Making Changes
44
-
45
- First, ensure that you have the latest version of everything installed. (Node.js, npm, grunt-cli)
46
-
47
- 1. Fork and clone the repo.
48
- 2. Check out the master or latest version branch
49
- 3. Run `npm install` to install all Bootcamp dependencies
50
- 4. Run `grunt` to prepare everything
51
-
52
- Assuming that you don't see any red, you're ready to go. Just be sure to run `grunt` after making any change, to ensure that nothing has broken.
53
-
54
- ## Pull Request
55
-
56
- 1. Create a new branch, never work on the master branch directly. Use a short but descriptive branch name (eg. `add_new_feature`, `fix_certain_bug`, `update_weird_typo`).
57
- 2. Add failing tests for the change you want to make. Run `grunt` to see the tests fail.
58
- 3. Make the change.
59
- 4. Run `grunt` to see if the tests pass. Repeat steps 2-4 until done.
60
- 5. Update the documentation to reflect any changes.
61
- 6. Push to your fork and submit a pull request.
62
-
63
- ## Syntax
64
-
65
- - Two space indents. Don't use tabs anywhere. Use `\t` if you need a tab character in a string.
66
- - No trailing whitespace.
67
- - Don't go overboard with the whitespace.
68
- - Delimit string with single-quotes `'`, except in any Sass code, use double-quotes `"`.
69
- - Prefer `if` and `else` to ["clever"](http://programmers.stackexchange.com/questions/25276/why-is-cleverness-considered-harmful-in-programming-by-some-people/25281#25281) uses of `? :` conditional or `||`, `&&` logical operators.
70
- - Use verbose names (`or`, `and`, `not`, `unless`, etc.) in languages that support them.
71
- - Comments are great. Just put them _before_ the line of code, _not_ at the _end_ of the line.
72
- - **When in doubt, follow the conventions you see used in the source already.**
@@ -1,34 +0,0 @@
1
- # global module: false
2
- module.exports = (grunt) ->
3
-
4
- # Modules
5
- grunt.loadNpmTasks 'grunt-init'
6
- grunt.loadNpmTasks 'grunt-contrib-sass'
7
- grunt.loadNpmTasks 'grunt-contrib-watch'
8
-
9
- # Grunt Tasks
10
- grunt.initConfig
11
- pkg: grunt.file.readJSON 'package.json'
12
- meta: version: '<%= pkg.version %>'
13
-
14
- # Sass
15
- sass: test:
16
- options:
17
- style: 'expanded'
18
- loadPath: './dist'
19
- files: './test/results.css' : './test/specs.scss'
20
-
21
- # Bootcamp
22
- bootcamp: dist:
23
- files: src: ['./test/results.css']
24
-
25
- # Watch
26
- watch: dist:
27
- files: ['./dist/**/*.scss', './test/**/*.scss']
28
- tasks: ['sass', 'bootcamp']
29
-
30
- grunt.loadTasks 'tasks'
31
-
32
- # Tasks
33
- grunt.registerTask 'default', ['sass', 'bootcamp', 'watch']
34
- grunt.registerTask 'test', ['sass', 'bootcamp']
@@ -1,7 +0,0 @@
1
- Copyright (C) 2013 James Kyle
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
-
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,52 +0,0 @@
1
- Bootcamp [![NPM version](https://badge.fury.io/js/bootcamp.png)](http://badge.fury.io/js/bootcamp) [![Build Status](https://travis-ci.org/thejameskyle/bootcamp.png?branch=master)](https://travis-ci.org/thejameskyle/bootcamp) [![Dependency Status](https://david-dm.org/thejameskyle/bootcamp.png)](https://david-dm.org/thejameskyle/bootcamp) [![devDependency Status](https://david-dm.org/thejameskyle/bootcamp/dev-status.png)](https://david-dm.org/thejameskyle/bootcamp#info=devDependencies)
2
- ========
3
-
4
- Jasmine-style BDD testing written in Sass for Sass.
5
-
6
- #### [Read Introduction >](https://github.com/thejameskyle/bootcamp/wiki/Introduction)
7
-
8
- #### [Read Setup >](https://github.com/thejameskyle/bootcamp/wiki/Setup)
9
-
10
- #### [See Example Test Suite >](https://github.com/thejameskyle/bootcamp/wiki/Example-Test-Suite)
11
-
12
- #### [Authoring Matchers >](https://github.com/thejameskyle/bootcamp/wiki/Authoring-Matchers)
13
-
14
- ## Install
15
-
16
- In the future, Bootcamp will hopefully be available in more ways, for now you can either clone the repo yourself, install via [bower](http://bower.io/), or install via [npm](https://npmjs.org/) as a grunt plugin. If you would like, please help create a [yeoman generator](http://yeoman.io/), a [ruby gem](http://rubygems.org/), or any other package manager you'd like out there.
17
-
18
- #### Git
19
-
20
- ```
21
- git clone git@github.com:thejameskyle/bootcamp.git && cd bootcamp
22
- ```
23
-
24
- #### Bower
25
-
26
- ```
27
- bower install bootcamp --save-dev
28
- ```
29
-
30
- #### npm
31
-
32
- ```
33
- npm install bootcamp --save-dev
34
- ```
35
-
36
- ## Support
37
-
38
- Have a question or need help? Tweet [@thejameskyle](https://twitter.com/thejameskyle).
39
-
40
- ## Contributing
41
-
42
- As an open-source project, contributions are more than welcome, they're extremely helpful and actively encouraged. If you see any room for improvement, open an [issue](https://github.com/thejameskyle/bootcamp/issues) or submit a [pull request](https://github.com/thejameskyle/bootcamp/pulls). Also make sure to take a look at the [contributing doc](CONTRIBUTING.md).
43
-
44
- ## License
45
-
46
- This project is provided under the terms of the [MIT License](LICENSE.md).
47
-
48
- ---
49
-
50
- Authored by **James Kyle** · [Github](https://github.com/thejameskyle) · [Twitter](https://twitter.com/thejameskyle) · [CodePen](https://codepen.com/thejameskyle)
51
-
52
- [Built Equal >](http://www.hrc.org/donate) · [Made in Boston >](http://bostonbuilt.org/)