aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2010-11-04added LICENSE to IDEAMisko Hevery
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ↵Misko Hevery
ng-binding
2010-10-22Workaround for http://bugs.jquery.com/ticket/7292Misko Hevery
2010-10-20Add support for version numbers in the RakefileIgor Minar
* version number is stored in version.yaml - work in progress is marked with version number that ends with '-snapshot' * all compiled files are stored in the './build/' directory without version numbers * :package task creates a tarball in the build directory - if version number contains '-snapshot', this substring is replaced with sha of the head - tarball contains version number in the filename - all js files contain version number in the filename * .gitignore was updated to reflect all these changes * the .map file is not created by the closure compiler any more
2010-10-18inline all images into cssIgor Minar
* embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file
2010-09-23remove TODO.text and add jstd.log to gitignoreBolek Szewczyk
2010-08-14add ftp script to auto deploy to angularjs.orgMisko Hevery
2010-05-25added rake task to create a single file for scenario runnerMisko Hevery
2010-04-16bettor function iteratorMisko Hevery
2010-03-15added resources; removed compiled codeMisko Hevery
2010-01-10basic calculator works with minified.js, lots of references still brokenMisko Hevery