Skip to content

Conversation

@parisk
Copy link
Contributor

@parisk parisk commented Dec 15, 2016

Fix #414

@parisk parisk merged commit 9032ce9 into master Dec 15, 2016
@Tyriar Tyriar deleted the issue-#414-css-files-in-npm branch December 15, 2016 22:53
# Copy all CSS files from src/ to $BUILD_DIR/ and lib/
cd src
find . -name '*.css' | cpio -pdm ../$BUILD_DIR
find . -name '*.css' | cpio -pdm ../lib
Copy link
Member

Choose a reason for hiding this comment

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

Isn't $BUILD_DIR normally lib now?

"license": "MIT",
"files": [
"lib"
"dist/*.css",
Copy link
Member

Choose a reason for hiding this comment

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

Why are we including dist and src here?

@blink1073 blink1073 mentioned this pull request Dec 16, 2016
@Tyriar Tyriar modified the milestone: 2.3.0 Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants