Skip to content

Commit

Permalink
fixes #361 - remove deprecated classmap.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Nov 8, 2015
1 parent e969f52 commit bec3a7a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
1 change: 0 additions & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"chmod": "0755",
"files": [
"LICENSE.md",
"classmap.php",
"scss.inc.php"
],
"directories": ["src"],
Expand Down
63 changes: 0 additions & 63 deletions classmap.php

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}
],
"autoload": {
"classmap": ["classmap.php"],
"psr-4": { "Leafo\\ScssPhp\\": "src/" }
},
"autoload-dev": {
Expand Down
1 change: 0 additions & 1 deletion scss.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@
include_once __DIR__ . '/src/Util.php';
include_once __DIR__ . '/src/Version.php';
include_once __DIR__ . '/src/Server.php';
include_once __DIR__ . '/classmap.php';
}

0 comments on commit bec3a7a

Please sign in to comment.