This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better commonjs test (clean dist, consistent test)
- removed commonjs testing resource (js/npm.js) from dist folder - buld dist task no longer leaves dist/js/npm.js in zip - moved creation of resources for commonjs into prep test task - test dist task now preps for commonjs tasks and cleans up
- Loading branch information
1 parent
8b8fbe0
commit 341d2f8
Showing
5 changed files
with
15 additions
and
31 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
module.exports = { | ||
commonjs: ['dist/js/npm.js', 'test/commonjs-bundle.js'], | ||
dist: ['dist'], | ||
zipsrc: ['dist/fuelux'], | ||
screenshots: ['page-at-timeout-*.jpg'] | ||
}; | ||
}; |
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