Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-12-14Revert relative imports changeGleb Mazovetskiy
2018-12-14Test Rails app: Depend on sassc-railsGleb Mazovetskiy
2018-12-14Remove compass supportGleb Mazovetskiy
2018-12-14sass -> sasscGleb Mazovetskiy
Fixes #1156
2018-12-14Fix test/node_sass_compile_test.shGleb Mazovetskiy
2018-12-14Stop testing with sass-head and rails-headGleb Mazovetskiy
No longer in active development
2018-12-14travisGleb Mazovetskiy
2018-12-14Fix test/compass_test.rb for recent bundlerGleb Mazovetskiy
2016-06-10Pin Rake version for Sass 3.3 gemfileGleb Mazovetskiy
See the discussion at https://github.com/sass/sass/pull/2016
2016-02-06Require capybara/dsl instead of capybaranaiad
2015-09-27Test with Rails HEADGleb Mazovetskiy
2015-09-27Use #default_max_wait_time= instead of #default_wait_time=takiy33
2015-07-01Update node.js devDeps, tests, new mincer compatGleb Mazovetskiy
2015-06-18Change minimum sass versionPaul Hayes
As of version 3.3.5, the @at-root sass feature has been introduced: https://github.com/twbs/bootstrap-sass/pull/805 https://github.com/twbs/bootstrap-sass/commit/2579e3374f146d85ce517cc368fb54c9d198ecc8 This feature depends on sass >= 3.3. * Bump minimum sass version * Remove sass 3.2 gemfile and update tests See also: https://github.com/twbs/bootstrap-sass/issues/920
2015-03-16tests: fix rails app config deprecationGleb Mazovetskiy
2015-03-16tests: dummy rails app server task & fixesGleb Mazovetskiy
2015-01-18Make autoprefixer-rails a dependency #824Gleb Mazovetskiy
2015-01-18woff2 supportGleb Mazovetskiy
2014-10-28just use sh for node-sass testGleb Mazovetskiy
2014-09-03Merge branch 'master' into nextGleb Mazovetskiy
Conflicts: assets/stylesheets/bootstrap/_variables.scss lib/bootstrap-sass/version.rb test/test_helper.rb
2014-09-03rbx test/support require pathGleb Mazovetskiy
2014-09-03rbx require without extnameGleb Mazovetskiy
2014-09-03travisGleb Mazovetskiy
2014-09-03Port over fixes from branch nextGleb Mazovetskiy
2014-08-25sass test fixGleb Mazovetskiy
2014-08-25tests: clean sass cache before CompilationTestGleb Mazovetskiy
also update sass 3.4 and compass 1
2014-08-25streamline tests, switch to minitestGleb Mazovetskiy
2014-08-19fix sass_head test gemfileGleb Mazovetskiy
2014-08-19testsGleb Mazovetskiy
2014-08-19update test gemfiles, fix tests for compass 1.0.0Gleb Mazovetskiy
2014-08-19bootstrap.scss -> _bootstrap.scss #694Gleb Mazovetskiy
2014-06-24Fix compass manifestGleb Mazovetskiy
Compass generator will copy javascripts and fonts on project creation Refs #645
2014-06-24Require the right test-unitGleb Mazovetskiy
2014-06-24provide a concatenated js file by defaultGleb Mazovetskiy
2014-06-24pure scss asset helpers, new pathsGleb Mazovetskiy
2014-06-17update test configGleb Mazovetskiy
2014-05-26spec changesGleb Mazovetskiy
2014-05-04revise dev depsGleb Mazovetskiy
2014-04-19Looks like jruby may need explicit test-unit depv3.1.1+1Gleb Mazovetskiy
2014-04-19ignore dummy app logGleb Mazovetskiy
2014-03-26mv test/dummy test/dummy_railsGleb Mazovetskiy
2014-03-26Clean up dependenciesGleb Mazovetskiy
* Do not depend on sass-rails gem for testing * Remove unused dummy rails app dep-s
2014-03-15Simplify mincer testGleb Mazovetskiy
2014-03-15Force sass-rails ~> 4.0.2 to avoid sprockets errorGleb Mazovetskiy
See rails/sass-rails#191 for more information
2014-03-14added mincer font/image helpers #551Eugeny Vlasenko
2014-03-14added tests for mincer font/image helpersEugeny Vlasenko
2014-03-14Update test gems and travis configGleb Mazovetskiy
2014-03-12node-sass testGleb Mazovetskiy
2014-02-08travis: bump sass-headGleb Mazovetskiy
2014-01-17fix testGleb Mazovetskiy