xtc
xtc copied to clipboard
This project provides an awesome server and framework for almost any frontend project. It is all about building and running web frontends – and making it easy, efficient and fun.
Currently only environment variables are being looked at to set the server mode. Pretty inconvenient for quick changes to server mode.
Also you can't choose to create every standard file anyway once you chose to change the default setup (step two after yo xtc:module).
Global xtc-cli should just call the tools which should be installed with local xtc. Like grunt-cli and grunt.
While optimizing my site, I found out that all assets are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers. It would...
## Must - [ ] Prepare module generator that can replace text. Needed to add templates to tag file. - [ ] Create tag file if it doesn't exist, add...
see: http://stackoverflow.com/questions/14612143/node-js-express-framework-security-issues and: https://groups.google.com/forum/#!topic/nodejs/6KOlfk5cpcM
This is very helpful for large projects with tons of modules. Simple implementation: Allow grouping of modules and just generate one set of assets as before. Advanced implementation: Create a...
The current solution is limited in that tests run only when you actively load a page in a browser instead of testing many browsers simultaneously. Additionally continuous integration testing is...
in base/js, all javascript executes twice. Seems there is an issue with unit testing Edit by Marc: The issue is that alerts or console output appears a second time when...