Commit Graph

25 Commits

Author SHA1 Message Date
Hristo Deshev
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
Hristo Deshev
b7c87bba9c Upgrade to typescript 1.6 and grunt-ts 5.0.0-beta.5 2015-09-17 18:48:02 +03:00
Hristo Deshev
38f243de5c Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses
that when parsing CSS.

Updated module paths, requires, csproj, tsconfig and grunt tasks.
2015-08-03 12:01:09 +03:00
Erjan Gavalji
e427fd5422 Fix module package.json file copying
The package.json files in the module dirs were not copied
properly due to the grunt-contrib-copy update. Fix that
by adding an expand clause to the copy tasks.
2015-07-29 11:44:34 +03:00
Erjan Gavalji
873e2615ad Stop __extends function output 2015-07-29 11:21:44 +03:00
Erjan Gavalji
8b1508f65d Fix the definitions package 2015-07-28 18:33:18 +03:00
Erjan Gavalji
bb5cb9ae51 Update the TypeScript compiler version used by the build scripts 2015-07-28 13:35:18 +03:00
Vladimir Enchev
273a1ad31f replace current fetch with github fetch 2015-07-16 16:52:03 +03:00
Hristo Deshev
30566cbc2a Run node-tests with correct NODE_PATH. 2015-06-17 15:53:12 +03:00
Hristo Deshev
c05efb1614 Start nodejs test suite to avoid testing non-UI stuff with a real device.
1. Place tests in ./node-tests
2. Add chai, mocha, grunt-simple-mocha dev dependencies
3. Run it all with the grunt node-tests task.
2015-06-17 15:53:11 +03:00
Hristo Deshev
968c8ecadc Don't use the "fast" grunt-ts compiler.
Less console spam and compile time is the same.
2015-06-17 15:53:11 +03:00
Erjan Gavalji
935e60a997 Improve template description 2015-04-29 10:45:10 +03:00
Erjan Gavalji
7e66323431 Update grunt-ts version to get the noEmitOnError setting. Apply the setting 2015-04-28 09:31:25 +03:00
Erjan Gavalji
cd34bea39d Add more keywords 2015-04-22 11:25:59 +03:00
Erjan Gavalji
91c1d5e3ad Improve keywords 2015-04-02 14:05:55 +03:00
Erjan Gavalji
3cd333e2ed Fix template name extraction. Add keyword addition 2015-04-02 11:51:15 +03:00
Erjan Gavalji
556cf43fd4 Separate samples from templates 2015-03-31 16:30:32 +03:00
Erjan Gavalji
16f7047482 Fix the build failure - a variable movement was not carried out properly 2015-03-31 14:06:07 +03:00
Erjan Gavalji
4987dc2ef0 Use grunt-shell to retrieve git commit if not existent as environment variable 2015-03-31 12:09:52 +03:00
Erjan Gavalji
a6837a82fe Use GIT_COMMIT if found in the environment 2015-03-31 11:06:50 +03:00
Erjan Gavalji
c962d7005a Populate the repository field to the applications. Add the commit hashtag if exists 2015-03-31 10:03:54 +03:00
Erjan Gavalji
65d7d9cce5 Collect the modules-license for the definitions package 2015-03-30 15:01:46 +03:00
Erjan Gavalji
a5a95de3fa Multi-dest the LICENCE file 2015-03-30 14:52:28 +03:00
Erjan Gavalji
4d5d890461 Add licenses 2015-03-05 15:30:12 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00