-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0 #15
Merged
Merged
Release 2.0 #15
Conversation
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
Installed npm-tsconfig-lint in example and typings.
Fixed watcher. Fixed destination folder. Bundled example gulpfile.
Changed files structure. Created tasks handler and task builder. Created watcher handler.
Build error fix.
Renamed configuration-loader to configuration. Fixed typescript errors.
Created builder.cmd. Implemented typescript 2.0-BETA in rolup configuration. Builded example and dist.
- Updated path builders. - Created builder-base. - Created typescript builder. - Implemented typescript builder in watcher. - Created watchTaskBase abstract function. - Fixed Task interface.
Created fileUnlinkHandler in watcher.
- Build configs. - Build html. - Build assets. Simplified watch tasks and all implemented.
Implemented gulp-uglify in typescript builder.
Implemented tslint in typescript builder. Created custom tslint formatter. Installed tslint typings.
Installed gulp-sass, gulp-clean-css and clean-css typings. Created style builder. Implemented style builder in build-styles-task. Added test.scss in example.
- Build.Configs task changed to handler. - Created Build.Configs subtask Folders to copy configs folders and Files to copy .config files. - TaskFunction removed any type and added Promise<any> - In TaskHandler configuration renamed TasksPrefix to Name. - Sub-TasksHandlers added in main TasksHandler tasks. - Added sample web.config in example folder.
- Created Clean handler. - Installed rimraf package with typings. - Created and implemented Clean.All task. - Changed default-tasks-handler file location. - Production not required in TaskBase function params.
- Added HandlerAsTask in TaskHandler configuration. - Installed rimraf typings, - Created clean-task with 'libs' ignore.
- Added browser open on server start. - Added -Q or -quiet params. - Server added to default task.
- Installed JSPM. - Initiated JSPM with configurations. - Added sample loader in index.html - installed JSPM packages: react (peer), react-dom, css (peer)
- Added withType property on logger. - Added typescript require to typescript builder - Handled typescript errors in logger. - Removed dependencies for working test.
- Added description to Task-Base - Added Build task on the start in default.
- Added web.config and config.json sample content. - Installed connect-livereload and tiny-lr packages. - Installed connect-livereload and tiny-lr typings. - Created sample with scss import. - Added livereload server. - Created actions for live-reload with debouncer. - Added simplr-actions-emitter. - Initiated typings in example. - Fixed logger string builder. - Created removeRootSourcePath() in watcher-tasks-handler. - Implemented live reload action caller in watcher-tasks-handler.
- Fixed missing typings `connect` - Installed jspm typings (with any) - Created bundle-task and Implemented in default-task-handler. - Added build.js import in index.html - Rebuild jspm.config.js - Updated gulpconfig.json in example.
- Created clean-bundle-task and implemented in default-tasks-handler.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
*
- Task moved to 2.2 Roadmap #16Tasks:
*
Localhost server*
Modules or plugins (?)*
Handle unlink event for deleted folders*
React rerender