-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from Tarendai/master
Moved to composer submodule approach. Will upload full package as a release
- Loading branch information
Showing
6 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/vendor/ | ||
composer.lock | ||
.DS_Store |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "icit/wp-less", | ||
"description": "Provides a LESS compiler compatible with wp_enqueue_style() for rapid CSS development in themes and plugins.", | ||
"license": "GPL-2.0+", | ||
"type": "wordpress-plugin", | ||
"authors": [ | ||
{ | ||
"name": "Robert O'Rourke", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Interconnect/IT", | ||
"homepage": "http://interconnectit.com/" | ||
} | ||
], | ||
"require": { | ||
"php": ">5.2.4", | ||
"composer/installers": "~1.0", | ||
"leafo/lessphp": "0.4.0" | ||
} | ||
} |
Submodule lessc
deleted from
00fdb9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters