Commit Graph

18 Commits

Author SHA1 Message Date
Paul Gschwendtner
e35a3b1ab7 chore: fix incorrect execution of node binaries (#9962)
* chore: fix incorrect execution of node binaries

* Currently gulp runs the `ngc` by manually calling the `./node_modules/.bin/ngc` file (by assuming it's a node script)
  This is not always correct, because often package managers like (npm or yarn) create bash files for the package binaries.

* Using `resolve-bin` to properly determine the path to the *real* node script and then we can assume it's a node file.

Fixes #8341

* Remove extra newline
2017-01-12 13:28:41 -05:00
Brandy Carney
b69eed5220 chore(demos): update demos build task to use app-scripts (#9830)
* chore(build): WIP getting ionic working with app-scripts

the tsconfig file change is just for testing, this will need to be
undone

* chore(demos): update tsconfig and gitignore for demos

update tsconfig and gitinogre for demos

* chore(build): WIP check in progress with building with app-scripts

this only works with demos/action-sheet currently

* refactor(demos): add custom copy config

add custom copy config

* chore(tsconfig): revert root tsconfig

* chore(demos): change import paths

* chore(demos): move sass config, add new tsconfig, update template

* chore(scripts): update demos tasks to use app scripts with folder name

tweak the createTempTsConfig function to include a path to read from,
move getFolderInfo into util to share

at this point you should be able to run `gulp demos.prod` with a folder
e.g. `--f=alert` and open the index of that test to see it. Doesn’t
work yet with all of the tests at once. Need to have ran `gulp
release.prepareReleasePackage` first.

* chore(build): WIP working on getting all of the demos building

* chore(demos): update demos task for app-scripts build

* chore(demos): fix tslint errors thrown by app-scripts

* chore(demos): get the demos working with fonts and variable file

* chore(demos): add watch task to the new prod task

* chore(demos): remove old demos.prod file and rename new one to it

* chore(npm): remove build npm script

* chore(demos): only log component name in url if one was passed
2017-01-03 10:23:14 -06:00
mhartington
8c3433f6e7 chore(): update gitignore for styleUrl 2016-10-10 16:45:25 -04:00
Dan Bucholtz
0b914ae654 chore(demos): generating polyfills at build time
generating polyfills at build time
2016-09-20 11:25:16 -05:00
Dan Bucholtz
d9c3b19768 chore(build): add main.html files
add main.html files
2016-09-16 17:39:25 -05:00
Dan Bucholtz
7ac1434fba chore(demos): ngc compile 2016-09-16 10:58:35 -05:00
Dan Bucholtz
0d161ac51c chore(demos): update gitignore, clean up app.module.ts build errors
update gitignore, clean up app.module.ts build errors
2016-09-16 10:58:35 -05:00
Dan Bucholtz
0d55e3c417 chore(tsconfig): tsconfig updates 2016-09-13 15:49:15 -05:00
Ionitron
6d45974324 chore(CI): Initial Circle CI test 2015-11-18 15:25:59 -06:00
Adam Bradley
069ac65e24 list/item/button/card css overhaul 2015-08-25 13:17:29 -05:00
Adam Bradley
442050038b web animations update 2015-08-23 15:24:46 -05:00
Tim Lancina
7d15f6c606 a sloth, by any other name would be as slow 2015-06-04 13:56:32 -05:00
Andrew
8281fb3658 feat(splitView): add initial splitView (this is not final) 2015-04-09 08:37:49 -04:00
Andrew
7385eba03f demo: make examples require no build-step. more in README 2015-03-21 18:43:41 -06:00
Max Lynch
840cc65fd9 fix(gitignore): add windows curlys 2015-03-21 00:07:59 -05:00
Max Lynch
92b614b645 Modal 2015-03-18 13:28:55 -05:00
Max Lynch
0c96bbadee Better ignore 2015-03-18 12:31:31 -05:00
Andrew
9e3d601ff9 chore: allow you to use ionic! 2015-03-17 19:25:55 -05:00