Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
#45 Mark old Preprocessor as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Kleinhans committed Nov 23, 2016
1 parent b7e349a commit d8c5c54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/StackFormation/Preprocessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

use Symfony\Component\Filesystem\Exception\FileNotFoundException;

#
#
#
#
# Obsolete,
# TODO delete after finishing the new PreProcessor
#
#
#
#

class Preprocessor
{
const MAX_JS_FILE_INCLUDE_SIZE = 4096;
Expand Down

0 comments on commit d8c5c54

Please sign in to comment.