Skip to content

Commit

Permalink
Merge pull request #7 from phrase/webpack
Browse files Browse the repository at this point in the history
TypeScript via Webpack
  • Loading branch information
Frederik Vollert committed Mar 7, 2017
2 parents 8f8afc0 + abcb885 commit 27e4961
Show file tree
Hide file tree
Showing 28 changed files with 6,125 additions and 423 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,8 @@
/node_modules
/build
/npm-debug.log
/src/**/*.js
/src/**/*.js.map
/test/**/*.js
/test/**/*.js.map
/.tscache
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "7.6.0"

before_install:
- npm install -g grunt-cli karma-cli
Expand Down
38 changes: 0 additions & 38 deletions Gruntfile.coffee

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,10 @@ You can also build it directly from source to get the latest and greatest:

grunt build

### Development

typings install dt~angular@1.2 --global

### Add the module

Add angular-phrase module to your existing AngularJS application _after_ loading the `angular-translate` module:
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -26,12 +26,12 @@
"bower_components",
"test",
"tests",
"Gruntfile.coffee",
"Gruntfile.js",
"package.json",
".travis.yml",
".gitignore",
".bowerrc",
"karma.unit.conf.coffee",
"karma.conf.js",
"build",
"src"
],
Expand Down
232 changes: 141 additions & 91 deletions dist/angular-phrase.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/angular-phrase.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27e4961

Please sign in to comment.