Skip to content

Commit

Permalink
Remove usage of coffeescript
Browse files Browse the repository at this point in the history
It seems unessary to have a compilation step for just one simple file
  • Loading branch information
segiddins committed Feb 22, 2023
1 parent 09a186e commit 1faa0af
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source 'https://rubygems.org'
ruby '3.0.5'

gem 'coffee-script'
gem 'github-pages'
gem 'pathutil', github: 'https://github.com/envygeeks/pathutil/pull/5'
gem 'webrick'
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
GIT
remote: https://github.com/envygeeks/pathutil.git
revision: 3451a10c362fc867b20c7e471a551b31c40a0246
branch: refs/pull/5/head
ref: refs/pull/5/head
specs:
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down Expand Up @@ -298,7 +298,6 @@ PLATFORMS
ruby

DEPENDENCIES
coffee-script
github-pages
pathutil!
puma (~> 4.3)
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ task :default do
pids = [
spawn("bundle exec jekyll serve --watch"),
spawn("bundle exec scss --quiet --watch stylesheets/scss:stylesheets"),
spawn("coffee -b -w -o javascripts -c javascripts/*.coffee")
]

trap "INT" do
Expand Down
13 changes: 0 additions & 13 deletions javascripts/application.coffee

This file was deleted.

1 change: 0 additions & 1 deletion javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Generated by CoffeeScript 1.6.3
$(function() {
var hashes;
$('code').addClass('prettyprint');
Expand Down

0 comments on commit 1faa0af

Please sign in to comment.