This project is generated with yo angular generator version 0.16.0.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.
npm install grunt-karma karma karma-phantomjs-launcher karma-jasmine jasmine-core phantomjs-prebuilt --save-dev
npm install grunt-autoprefixer --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-autoprefixer');
In your project's Gruntfile, add a section named autoprefixer to the data object passed into grunt.initConfig().
grunt.initConfig({ autoprefixer: { options: { // Task-specific options go here. }, your_target: { // Target-specific file lists and/or options go here. }, }, })