Skip to content

Commit

Permalink
Add back in test core js files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Oct 4, 2014
1 parent 10296d2 commit e040eff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
build/
benchmark/
test/
# re-include test files as they can be useful for plugins that do testing
!test/*.js
tmp/
gradle/

2 comments on commit e040eff

@Munter
Copy link

@Munter Munter commented on e040eff Apr 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit added 3.4mb to the npm package. The code for less itself is around 500kb. Wouldn't it be a better idea to tell plugin authors about npm link?

@seven-phases-max
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Munter See #2617 and #2818.

Please sign in to comment.