I want to ignore the folder samples/during assembly. I used this
samples/
configure :build do activate :asset_hash, :ignore => [/^samples\//] end
This did not work and this folder was still included during the build process. Can anyone advise?
Add the following code to the config.rb file:
ignore 'samples/*'
#ignorealso accepts regular expressions. See specifications .
#ignore
Source: https://habr.com/ru/post/1527467/More articles:copy image from android photo library causes error - androidError 0 failed to connect to host in wamp windows 7 - gitChange cookie domain in Google Tag Manager from ".example.com" to "example.com" - cookiesDouble data deletion does not fall - c ++The constructor is not called in this aggregation class - c ++Why is copy-constructor not being called, but is the default constructor being called in this code? - c ++Classify data using naive bays using LingPipe - javaBlock a node with multiple people from accepting more tasks to completing a given task - seleniumAdd UISearchBar to UITableView not working programmatically - iosDjango model search form - djangoAll Articles