1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

bump grunt, comment out gsl stuff

This commit is contained in:
Matthias Kretschmann 2014-08-09 22:37:51 +02:00
parent 6f18064ef5
commit fed01cb2d4
2 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ gem 'fileutils', '>=0.7'
# for faster LSI generation
# from http://tonyarnold.com/2014/03/27/speeding-up-jekylls-latent-semantic-mapping.html
gem 'narray', :git => "https://github.com/tonyarnold/narray"
gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"
#gem 'narray', :git => "https://github.com/tonyarnold/narray"
#gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"

View File

@ -8,7 +8,7 @@
"devDependencies": {
"stylus": ">=0.45.0",
"nib": ">=1.0.3",
"grunt": ">=0.4.1",
"grunt": ">=0.4.5",
"grunt-contrib-clean": ">=0.5.0",
"grunt-contrib-connect": ">=0.5.0",
"grunt-contrib-cssmin": ">=0.6.2",