Skip to content

Commit

Permalink
Merge pull request #35 from flagbit/fix-assetic-deprecation
Browse files Browse the repository at this point in the history
Replace deprecated assetic bundle with lessjs
  • Loading branch information
Antonio Mansilla authored Sep 23, 2019
2 parents 55e98bf + eb76470 commit 6f5187d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ before_install:
# disable default memory limit
- export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo memory_limit = -1 >> $INI
- echo "extension = apcu.so" >> $INI
- pear config-set preferred_state beta
- pecl channel-update pecl.php.net
- yes | pecl install imagick

install:
- travis_retry composer install $COMPOSER_OPTS
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"require": {
"ext-json": "*",
"akeneo/pim-community-dev": "~3.0.21 || ~3.2.0"
"akeneo/pim-community-dev": "^3.2"
},
"require-dev": {
"phpspec/phpspec": "^5.1",
Expand Down
3 changes: 0 additions & 3 deletions src/Resources/config/assets.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/Resources/public/less/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "./web/bundles/flagbittableattribute/less/tableattribute.less";

0 comments on commit 6f5187d

Please sign in to comment.