-
-
Notifications
You must be signed in to change notification settings - Fork 79k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5250d0
commit 09ccd43
Showing
1 changed file
with
2 additions
and
8 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
09ccd43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guybedford Can i ask why did you decided for excluding less files?
09ccd43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JacopKane happy to add them in if you need, but the idea is that packages are directly consumable in jspm, and currently there is no easy LESS workflow via the jspm resolver.
09ccd43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guybedford Well I believe it's good for jspm since less files can be also used as static assets as well. Although I don't want to be only reason causing this change =) I was just curious.
Currently I'm using bower endpoint for jspm as a workaround since it's also including less files.
And btw this is how I'm working with gulp/systemjs and jspm. Will improve it soon maybe as a plugin.